Html Css Color HEX #CB3558 Old Rose

📋 copy color: '#CB3558'

red 203 ◦ green 53 ◦ blue 88

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

Shades of Old Rose #CB3558

Tints of Old Rose #CB3558

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.41%

 BLUE value IS 88 (34.77% from 255) = 25.58%

R = 59.01%
G = 15.41%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CB3558 (or 0xCB3558) is known color: Old Rose. HEX triplet: CB, 35 and 58. RGB value is (203,53,88). Sum of RGB (Red+Green+Blue) = 203+53+88=344 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.01% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 88 (34.77% from 255 or 25.58% from 344); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3558 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3558 is #34CAA7. Grayscale: #656565. Windows color (decimal): -3459752 or 5780939. OLE color: 5780939.

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

Color convert

RGB 203 53 88 -
CMYK 0 0.74 0.57 0.20
HSL 346º 0.59% 0.5% -
HSV(B) 346º 0.74% 0.8% -
XYZ 27.66 15.95 10.85 -
YUV 101.84 120.2 200.15 -
System Red Green Blue C M Y K H S L
Decimal 203 53 88 0 0.74 0.57 0.20 346 0.59 0.5
Hex CB 35 58 0 4A 39 14 15A 3B 32
Octal 313 65 130 0 112 71 24 532 73 62
Binary 11001011 110101 1011000 0 1001010 111001 10100 101011010 111011 110010

Color Harmonies of #CB3558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3558

Black with #CB3558

Text Example


Text Example

White with #CB3558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3558; }

 p { color: rgb(203,53,88); }

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

background-color css

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

 a { background-color: rgb(203,53,88); }

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

border-color css

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

 span { border-color: rgb(203,53,88); }

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