Html Css Color HEX #C9354C Old Rose

📋 copy color: '#C9354C'

red 201 ◦ green 53 ◦ blue 76

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

Shades of Old Rose #C9354C

Tints of Old Rose #C9354C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.06%

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

R = 60.91%
G = 16.06%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C9354C (or 0xC9354C) is known color: Old Rose. HEX triplet: C9, 35 and 4C. RGB value is (201,53,76). Sum of RGB (Red+Green+Blue) = 201+53+76=330 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.91% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 201 - color contains mainly: red. Hex color #C9354C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9354C is #36CAB3. Grayscale: #636363. Windows color (decimal): -3590836 or 4994505. OLE color: 4994505.

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

Color convert

RGB 201 53 76 -
CMYK 0 0.74 0.62 0.21
HSL 350.68º 0.58% 0.5% -
HSV(B) 350.68º 0.74% 0.79% -
XYZ 26.67 15.49 8.42 -
YUV 99.87 114.53 200.13 -
System Red Green Blue C M Y K H S L
Decimal 201 53 76 0 0.74 0.62 0.21 350.68 0.58 0.5
Hex C9 35 4C 0 4A 3E 15 15F 3A 32
Octal 311 65 114 0 112 76 25 537 72 62
Binary 11001001 110101 1001100 0 1001010 111110 10101 101011111 111010 110010

Color Harmonies of #C9354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9354C

Black with #C9354C

Text Example


Text Example

White with #C9354C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9354C; }

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

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

background-color css

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

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

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

border-color css

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

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

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