Html Css Color HEX #C9274F Old Rose

📋 copy color: '#C9274F'

red 201 ◦ green 39 ◦ blue 79

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

Shades of Old Rose #C9274F

Tints of Old Rose #C9274F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.23%

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

R = 63.01%
G = 12.23%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C9274F (or 0xC9274F) is known color: Old Rose. HEX triplet: C9, 27 and 4F. RGB value is (201,39,79). Sum of RGB (Red+Green+Blue) = 201+39+79=319 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.01% from 319); Green value is 39 (15.62% from 255 or 12.23% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 201 - color contains mainly: red. Hex color #C9274F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9274F is #36D8B0. Grayscale: #5C5C5C. Windows color (decimal): -3594417 or 5187529. OLE color: 5187529.

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

Color convert

RGB 201 39 79 -
CMYK 0 0.81 0.61 0.21
HSL 345.19º 0.68% 0.47% -
HSV(B) 345.19º 0.81% 0.79% -
XYZ 26.22 14.43 8.8 -
YUV 92 120.67 205.75 -
System Red Green Blue C M Y K H S L
Decimal 201 39 79 0 0.81 0.61 0.21 345.19 0.68 0.47
Hex C9 27 4F 0 51 3D 15 159 44 2F
Octal 311 47 117 0 121 75 25 531 104 57
Binary 11001001 100111 1001111 0 1010001 111101 10101 101011001 1000100 101111

Color Harmonies of #C9274F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9274F

Black with #C9274F

Text Example


Text Example

White with #C9274F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9274F; }

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

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

background-color css

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

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

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

border-color css

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

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

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