Html Css Color HEX #C9204F Old Rose

📋 copy color: '#C9204F'

red 201 ◦ green 32 ◦ blue 79

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

Shades of Old Rose #C9204F

Tints of Old Rose #C9204F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.32%

R = 64.42%
G = 10.26%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C9204F (or 0xC9204F) is known color: Old Rose. HEX triplet: C9, 20 and 4F. RGB value is (201,32,79). Sum of RGB (Red+Green+Blue) = 201+32+79=312 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.42% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 79 (31.25% from 255 or 25.32% from 312); Max value from RGB is 201 - color contains mainly: red. Hex color #C9204F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9204F is #36DFB0. Grayscale: #575757. Windows color (decimal): -3596209 or 5185737. OLE color: 5185737.

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

Color convert

RGB 201 32 79 -
CMYK 0 0.84 0.61 0.21
HSL 343.31º 0.73% 0.46% -
HSV(B) 343.31º 0.84% 0.79% -
XYZ 26.02 14.02 8.73 -
YUV 87.89 122.99 208.68 -
System Red Green Blue C M Y K H S L
Decimal 201 32 79 0 0.84 0.61 0.21 343.31 0.73 0.46
Hex C9 20 4F 0 54 3D 15 157 49 2E
Octal 311 40 117 0 124 75 25 527 111 56
Binary 11001001 100000 1001111 0 1010100 111101 10101 101010111 1001001 101110

Color Harmonies of #C9204F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9204F

Black with #C9204F

Text Example


Text Example

White with #C9204F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9204F; }

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

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

background-color css

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

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

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

border-color css

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

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

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