Html Css Color HEX #C9204A Old Rose

📋 copy color: '#C9204A'

red 201 ◦ green 32 ◦ blue 74

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

Shades of Old Rose #C9204A

Tints of Old Rose #C9204A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.42%

 BLUE value IS 74 (29.3% from 255) = 24.1%

R = 65.47%
G = 10.42%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C9204A (or 0xC9204A) is known color: Old Rose. HEX triplet: C9, 20 and 4A. RGB value is (201,32,74). Sum of RGB (Red+Green+Blue) = 201+32+74=307 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.47% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 201 - color contains mainly: red. Hex color #C9204A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9204A is #36DFB5. Grayscale: #575757. Windows color (decimal): -3596214 or 4858057. OLE color: 4858057.

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

Color convert

RGB 201 32 74 -
CMYK 0 0.84 0.63 0.21
HSL 345.09º 0.73% 0.46% -
HSV(B) 345.09º 0.84% 0.79% -
XYZ 25.84 13.94 7.81 -
YUV 87.32 120.49 209.08 -
System Red Green Blue C M Y K H S L
Decimal 201 32 74 0 0.84 0.63 0.21 345.09 0.73 0.46
Hex C9 20 4A 0 54 3F 15 159 49 2E
Octal 311 40 112 0 124 77 25 531 111 56
Binary 11001001 100000 1001010 0 1010100 111111 10101 101011001 1001001 101110

Color Harmonies of #C9204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9204A

Black with #C9204A

Text Example


Text Example

White with #C9204A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9204A; }

 p { color: rgb(201,32,74); }

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

background-color css

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

 a { background-color: rgb(201,32,74); }

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

border-color css

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

 span { border-color: rgb(201,32,74); }

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