Html Css Color HEX #CB374D Old Rose

📋 copy color: '#CB374D'

red 203 ◦ green 55 ◦ blue 77

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

Shades of Old Rose #CB374D

Tints of Old Rose #CB374D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.99%

R = 60.6%
G = 16.42%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CB374D (or 0xCB374D) is known color: Old Rose. HEX triplet: CB, 37 and 4D. RGB value is (203,55,77). Sum of RGB (Red+Green+Blue) = 203+55+77=335 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.60% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 203 - color contains mainly: red. Hex color #CB374D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB374D is #34C8B2. Grayscale: #656565. Windows color (decimal): -3459251 or 5060555. OLE color: 5060555.

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

Color convert

RGB 203 55 77 -
CMYK 0 0.73 0.62 0.20
HSL 351.08º 0.59% 0.51% -
HSV(B) 351.08º 0.73% 0.8% -
XYZ 27.33 15.96 8.66 -
YUV 101.76 114.03 200.21 -
System Red Green Blue C M Y K H S L
Decimal 203 55 77 0 0.73 0.62 0.20 351.08 0.59 0.51
Hex CB 37 4D 0 49 3E 14 15F 3B 33
Octal 313 67 115 0 111 76 24 537 73 63
Binary 11001011 110111 1001101 0 1001001 111110 10100 101011111 111011 110011

Color Harmonies of #CB374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB374D

Black with #CB374D

Text Example


Text Example

White with #CB374D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB374D; }

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

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

background-color css

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

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

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

border-color css

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

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

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