Html Css Color HEX #CB3757 Old Rose

📋 copy color: '#CB3757'

red 203 ◦ green 55 ◦ blue 87

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

Shades of Old Rose #CB3757

Tints of Old Rose #CB3757

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.94%

 BLUE value IS 87 (34.38% from 255) = 25.22%

R = 58.84%
G = 15.94%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CB3757 (or 0xCB3757) is known color: Old Rose. HEX triplet: CB, 37 and 57. RGB value is (203,55,87). Sum of RGB (Red+Green+Blue) = 203+55+87=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3757 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3757 is #34C8A8. Grayscale: #666666. Windows color (decimal): -3459241 or 5715915. OLE color: 5715915.

HSL color Cylindrical-coordinate representation of color #CB3757: hue angle of 347.03º 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 #CB3757 is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 55 87 -
CMYK 0 0.73 0.57 0.20
HSL 347.03º 0.59% 0.51% -
HSV(B) 347.03º 0.73% 0.8% -
XYZ 27.72 16.12 10.67 -
YUV 102.9 119.03 199.4 -
System Red Green Blue C M Y K H S L
Decimal 203 55 87 0 0.73 0.57 0.20 347.03 0.59 0.51
Hex CB 37 57 0 49 39 14 15B 3B 33
Octal 313 67 127 0 111 71 24 533 73 63
Binary 11001011 110111 1010111 0 1001001 111001 10100 101011011 111011 110011

Color Harmonies of #CB3757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3757

Black with #CB3757

Text Example


Text Example

White with #CB3757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3757; }

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

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

background-color css

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

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

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

border-color css

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

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

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