Html Css Color HEX #CB374E Old Rose

📋 copy color: '#CB374E'

red 203 ◦ green 55 ◦ blue 78

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

Shades of Old Rose #CB374E

Tints of Old Rose #CB374E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.21%

R = 60.42%
G = 16.37%
B = 23.21%

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

#CB374E (or 0xCB374E) is known color: Old Rose. HEX triplet: CB, 37 and 4E. RGB value is (203,55,78). Sum of RGB (Red+Green+Blue) = 203+55+78=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB374E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB374E is #34C8B1. Grayscale: #656565. Windows color (decimal): -3459250 or 5126091. OLE color: 5126091.

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

Color convert

RGB 203 55 78 -
CMYK 0 0.73 0.62 0.20
HSL 350.68º 0.59% 0.51% -
HSV(B) 350.68º 0.73% 0.8% -
XYZ 27.37 15.98 8.85 -
YUV 101.87 114.53 200.13 -
System Red Green Blue C M Y K H S L
Decimal 203 55 78 0 0.73 0.62 0.20 350.68 0.59 0.51
Hex CB 37 4E 0 49 3E 14 15F 3B 33
Octal 313 67 116 0 111 76 24 537 73 63
Binary 11001011 110111 1001110 0 1001001 111110 10100 101011111 111011 110011

Color Harmonies of #CB374E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB374E

Black with #CB374E

Text Example


Text Example

White with #CB374E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB374E; }

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

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

background-color css

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

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

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

border-color css

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

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

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