Html Css Color HEX #C9404F Old Rose

📋 copy color: '#C9404F'

red 201 ◦ green 64 ◦ blue 79

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

Shades of Old Rose #C9404F

Tints of Old Rose #C9404F

RGB

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

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

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

R = 58.43%
G = 18.6%
B = 22.97%

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

#C9404F (or 0xC9404F) is known color: Old Rose. HEX triplet: C9, 40 and 4F. RGB value is (201,64,79). Sum of RGB (Red+Green+Blue) = 201+64+79=344 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.43% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 201 - color contains mainly: red. Hex color #C9404F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9404F is #36BFB0. Grayscale: #6A6A6A. Windows color (decimal): -3588017 or 5193929. OLE color: 5193929.

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

Color convert

RGB 201 64 79 -
CMYK 0 0.68 0.61 0.21
HSL 353.43º 0.56% 0.52% -
HSV(B) 353.43º 0.68% 0.79% -
XYZ 27.33 16.65 9.17 -
YUV 106.67 112.39 195.28 -
System Red Green Blue C M Y K H S L
Decimal 201 64 79 0 0.68 0.61 0.21 353.43 0.56 0.52
Hex C9 40 4F 0 44 3D 15 161 38 34
Octal 311 100 117 0 104 75 25 541 70 64
Binary 11001001 1000000 1001111 0 1000100 111101 10101 101100001 111000 110100

Color Harmonies of #C9404F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9404F

Black with #C9404F

Text Example


Text Example

White with #C9404F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9404F; }

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

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

background-color css

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

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

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

border-color css

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

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

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