Html Css Color HEX #CB3751 Old Rose

📋 copy color: '#CB3751'

red 203 ◦ green 55 ◦ blue 81

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

Shades of Old Rose #CB3751

Tints of Old Rose #CB3751

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.89%

R = 59.88%
G = 16.22%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.20

RGB Variations

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

Color information

#CB3751 (or 0xCB3751) is known color: Old Rose. HEX triplet: CB, 37 and 51. RGB value is (203,55,81). Sum of RGB (Red+Green+Blue) = 203+55+81=339 (44% of max value = 765). Red value is 203 (79.69% from 255 or 59.88% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3751 is #34C8AE. Grayscale: #666666. Windows color (decimal): -3459247 or 5322699. OLE color: 5322699.

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

Color convert

RGB 203 55 81 -
CMYK 0 0.73 0.60 0.20
HSL 349.46º 0.59% 0.51% -
HSV(B) 349.46º 0.73% 0.8% -
XYZ 27.48 16.02 9.43 -
YUV 102.22 116.03 199.89 -
System Red Green Blue C M Y K H S L
Decimal 203 55 81 0 0.73 0.60 0.20 349.46 0.59 0.51
Hex CB 37 51 0 49 3C 14 15D 3B 33
Octal 313 67 121 0 111 74 24 535 73 63
Binary 11001011 110111 1010001 0 1001001 111100 10100 101011101 111011 110011

Color Harmonies of #CB3751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3751

Black with #CB3751

Text Example


Text Example

White with #CB3751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3751; }

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

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

background-color css

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

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

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

border-color css

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

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

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