#CB374E

Color #CB374E Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #CB374E

Tints of Old Rose #CB374E

Color information

#CB374E (or 0xCB374E) is unknown color: approx Old Rose. HEX triplet: CB, 37 and 4E. RGB value is (203,55,78). Sum of RGB (Red+Green+Blue) = 203+55+78=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB374E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB374E is #34C8B1. Grayscale: #656565. Windows color (decimal): -3459250 or 5126091. OLE color: 5126091.

HSL color Cylindrical-coordinate representation of color #CB374E: hue angle of 350.68º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB374E is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB2035578-
CMYK00.730.620.20
HSL350.68º58.73%50.59%-
HSV(B)350.68º72.91%79.61%-
XYZ27.3715.988.85-
YUV101.87114.53200.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 60.42%
GREEN value IS 55 (21.88% from 255) = 16.37%
BLUE value IS 78 (30.86% from 255) = 23.21%
R=60.42%
G=16.37%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203557800.730.620.20350.6858.7350.59
HexCB374E0493E1415f3b33
Octal31367116011176245377363
Binary1100101111011110011100100100111111010100101011111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB374E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB374E; }

 p { color: rgb(203,55,78); }

 H1.HeaderClassName
 {
   color: #CB374E;
 }
 .AnyTagClassName
 {
   color: #CB374E;
 }
</style>
background-color css

<style>
 a { background-color: #CB374E; }

 a { background-color: rgb(203,55,78); }

 div.DivClassName
 {
   background-color: #CB374E;
 }
 .BgClassName
 {
   background-color: #CB374E;
 }
</style>
border-color css

<style>
 span { border-color: #CB374E; }

 span { border-color: rgb(203,55,78); }

 td.TdClassName
 {
   border-color: #CB374E;
 }
 .TagClassName
 {
   border-color: #CB374E;
 }
</style>