Html Css Color HEX #CB3858 Old Rose

📋 copy color: '#CB3858'

red 203 ◦ green 56 ◦ blue 88

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

Shades of Old Rose #CB3858

Tints of Old Rose #CB3858

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.14%

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

R = 58.5%
G = 16.14%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CB3858 (or 0xCB3858) is known color: Old Rose. HEX triplet: CB, 38 and 58. RGB value is (203,56,88). Sum of RGB (Red+Green+Blue) = 203+56+88=347 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.50% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3858 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3858 is #34C7A7. Grayscale: #676767. Windows color (decimal): -3458984 or 5781707. OLE color: 5781707.

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

Color convert

RGB 203 56 88 -
CMYK 0 0.72 0.57 0.20
HSL 346.94º 0.59% 0.51% -
HSV(B) 346.94º 0.72% 0.8% -
XYZ 27.8 16.23 10.9 -
YUV 103.6 119.2 198.9 -
System Red Green Blue C M Y K H S L
Decimal 203 56 88 0 0.72 0.57 0.20 346.94 0.59 0.51
Hex CB 38 58 0 48 39 14 15B 3B 33
Octal 313 70 130 0 110 71 24 533 73 63
Binary 11001011 111000 1011000 0 1001000 111001 10100 101011011 111011 110011

Color Harmonies of #CB3858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3858

Black with #CB3858

Text Example


Text Example

White with #CB3858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3858; }

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

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

background-color css

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

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

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

border-color css

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

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

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