Html Css Color HEX #C9274E Old Rose

📋 copy color: '#C9274E'

red 201 ◦ green 39 ◦ blue 78

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

Shades of Old Rose #C9274E

Tints of Old Rose #C9274E

RGB

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

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

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

R = 63.21%
G = 12.26%
B = 24.53%

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

#C9274E (or 0xC9274E) is known color: Old Rose. HEX triplet: C9, 27 and 4E. RGB value is (201,39,78). Sum of RGB (Red+Green+Blue) = 201+39+78=318 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.21% from 318); Green value is 39 (15.62% from 255 or 12.26% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 201 - color contains mainly: red. Hex color #C9274E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9274E is #36D8B1. Grayscale: #5B5B5B. Windows color (decimal): -3594418 or 5121993. OLE color: 5121993.

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

Color convert

RGB 201 39 78 -
CMYK 0 0.81 0.61 0.21
HSL 345.56º 0.68% 0.47% -
HSV(B) 345.56º 0.81% 0.79% -
XYZ 26.19 14.42 8.61 -
YUV 91.88 120.17 205.83 -
System Red Green Blue C M Y K H S L
Decimal 201 39 78 0 0.81 0.61 0.21 345.56 0.68 0.47
Hex C9 27 4E 0 51 3D 15 15A 44 2F
Octal 311 47 116 0 121 75 25 532 104 57
Binary 11001001 100111 1001110 0 1010001 111101 10101 101011010 1000100 101111

Color Harmonies of #C9274E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9274E

Black with #C9274E

Text Example


Text Example

White with #C9274E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9274E; }

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

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

background-color css

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

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

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

border-color css

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

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

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