Html Css Color HEX #C9204D Old Rose

📋 copy color: '#C9204D'

red 201 ◦ green 32 ◦ blue 77

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

Shades of Old Rose #C9204D

Tints of Old Rose #C9204D

RGB

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

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

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

R = 64.84%
G = 10.32%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C9204D (or 0xC9204D) is known color: Old Rose. HEX triplet: C9, 20 and 4D. RGB value is (201,32,77). Sum of RGB (Red+Green+Blue) = 201+32+77=310 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.84% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 201 - color contains mainly: red. Hex color #C9204D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9204D is #36DFB2. Grayscale: #575757. Windows color (decimal): -3596211 or 5054665. OLE color: 5054665.

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

Color convert

RGB 201 32 77 -
CMYK 0 0.84 0.62 0.21
HSL 344.02º 0.73% 0.46% -
HSV(B) 344.02º 0.84% 0.79% -
XYZ 25.94 13.99 8.35 -
YUV 87.66 121.99 208.84 -
System Red Green Blue C M Y K H S L
Decimal 201 32 77 0 0.84 0.62 0.21 344.02 0.73 0.46
Hex C9 20 4D 0 54 3E 15 158 49 2E
Octal 311 40 115 0 124 76 25 530 111 56
Binary 11001001 100000 1001101 0 1010100 111110 10101 101011000 1001001 101110

Color Harmonies of #C9204D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9204D

Black with #C9204D

Text Example


Text Example

White with #C9204D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9204D; }

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

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

background-color css

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

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

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

border-color css

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

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

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