Html Css Color HEX #C9404E Old Rose

📋 copy color: '#C9404E'

red 201 ◦ green 64 ◦ blue 78

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

Shades of Old Rose #C9404E

Tints of Old Rose #C9404E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.66%

 BLUE value IS 78 (30.86% from 255) = 22.74%

R = 58.6%
G = 18.66%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C9404E (or 0xC9404E) is known color: Old Rose. HEX triplet: C9, 40 and 4E. RGB value is (201,64,78). Sum of RGB (Red+Green+Blue) = 201+64+78=343 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.60% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 201 - color contains mainly: red. Hex color #C9404E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9404E is #36BFB1. Grayscale: #6A6A6A. Windows color (decimal): -3588018 or 5128393. OLE color: 5128393.

HSL color Cylindrical-coordinate representation of color #C9404E: hue angle of 353.87º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C9404E is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 64 78 -
CMYK 0 0.68 0.61 0.21
HSL 353.87º 0.56% 0.52% -
HSV(B) 353.87º 0.68% 0.79% -
XYZ 27.3 16.63 8.98 -
YUV 106.56 111.89 195.36 -
System Red Green Blue C M Y K H S L
Decimal 201 64 78 0 0.68 0.61 0.21 353.87 0.56 0.52
Hex C9 40 4E 0 44 3D 15 162 38 34
Octal 311 100 116 0 104 75 25 542 70 64
Binary 11001001 1000000 1001110 0 1000100 111101 10101 101100010 111000 110100

Color Harmonies of #C9404E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9404E

Black with #C9404E

Text Example


Text Example

White with #C9404E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9404E; }

 p { color: rgb(201,64,78); }

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

background-color css

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

 a { background-color: rgb(201,64,78); }

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

border-color css

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

 span { border-color: rgb(201,64,78); }

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