Html Css Color HEX #C9374C Old Rose

📋 copy color: '#C9374C'

red 201 ◦ green 55 ◦ blue 76

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

Shades of Old Rose #C9374C

Tints of Old Rose #C9374C

RGB

 RED value IS 201 (78.91% from 255) = 60.54%

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

 BLUE value IS 76 (30.08% from 255) = 22.89%

R = 60.54%
G = 16.57%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C9374C (or 0xC9374C) is known color: Old Rose. HEX triplet: C9, 37 and 4C. RGB value is (201,55,76). Sum of RGB (Red+Green+Blue) = 201+55+76=332 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.54% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 201 - color contains mainly: red. Hex color #C9374C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9374C is #36C8B3. Grayscale: #656565. Windows color (decimal): -3590324 or 4995017. OLE color: 4995017.

HSL color Cylindrical-coordinate representation of color #C9374C: hue angle of 351.37º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C9374C is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 55 76 -
CMYK 0 0.73 0.62 0.21
HSL 351.37º 0.57% 0.5% -
HSV(B) 351.37º 0.73% 0.79% -
XYZ 26.76 15.67 8.45 -
YUV 101.05 113.87 199.29 -
System Red Green Blue C M Y K H S L
Decimal 201 55 76 0 0.73 0.62 0.21 351.37 0.57 0.5
Hex C9 37 4C 0 49 3E 15 15F 39 32
Octal 311 67 114 0 111 76 25 537 71 62
Binary 11001001 110111 1001100 0 1001001 111110 10101 101011111 111001 110010

Color Harmonies of #C9374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9374C

Black with #C9374C

Text Example


Text Example

White with #C9374C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9374C; }

 p { color: rgb(201,55,76); }

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

background-color css

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

 a { background-color: rgb(201,55,76); }

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

border-color css

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

 span { border-color: rgb(201,55,76); }

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