Html Css Color HEX #CB3659 Old Rose

📋 copy color: '#CB3659'

red 203 ◦ green 54 ◦ blue 89

#CB3659
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #CB3659

Tints of Old Rose #CB3659

RGB

 RED value IS 203 (79.69% from 255) = 58.67%

 GREEN value IS 54 (21.48% from 255) = 15.61%

 BLUE value IS 89 (35.16% from 255) = 25.72%

R = 58.67%
G = 15.61%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB3659 (or 0xCB3659) is known color: Old Rose. HEX triplet: CB, 36 and 59. RGB value is (203,54,89). Sum of RGB (Red+Green+Blue) = 203+54+89=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3659 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3659 is #34C9A6. Grayscale: #666666. Windows color (decimal): -3459495 or 5846731. OLE color: 5846731.

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

Color convert

RGB 203 54 89 -
CMYK 0 0.73 0.56 0.20
HSL 345.91º 0.59% 0.5% -
HSV(B) 345.91º 0.73% 0.8% -
XYZ 27.75 16.06 11.09 -
YUV 102.54 120.36 199.65 -
System Red Green Blue C M Y K H S L
Decimal 203 54 89 0 0.73 0.56 0.20 345.91 0.59 0.5
Hex CB 36 59 0 49 38 14 15A 3B 32
Octal 313 66 131 0 111 70 24 532 73 62
Binary 11001011 110110 1011001 0 1001001 111000 10100 101011010 111011 110010

Color Harmonies of #CB3659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3659

Black with #CB3659

Text Example


Text Example

White with #CB3659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3659; }

 p { color: rgb(203,54,89); }

 H1.HeaderClassName
 {
   color: #CB3659;
 }
 .AnyTagClassName
 {
   color: #CB3659;
 }
</style>

background-color css

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

 a { background-color: rgb(203,54,89); }

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

border-color css

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

 span { border-color: rgb(203,54,89); }

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