Html Css Color HEX #C9275E Old Rose

📋 copy color: '#C9275E'

red 201 ◦ green 39 ◦ blue 94

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

Shades of Old Rose #C9275E

Tints of Old Rose #C9275E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.14%

R = 60.18%
G = 11.68%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C9275E (or 0xC9275E) is known color: Old Rose. HEX triplet: C9, 27 and 5E. RGB value is (201,39,94). Sum of RGB (Red+Green+Blue) = 201+39+94=334 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.18% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 201 - color contains mainly: red. Hex color #C9275E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9275E is #36D8A1. Grayscale: #5D5D5D. Windows color (decimal): -3594402 or 6170569. OLE color: 6170569.

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

Color convert

RGB 201 39 94 -
CMYK 0 0.81 0.53 0.21
HSL 339.63º 0.68% 0.47% -
HSV(B) 339.63º 0.81% 0.79% -
XYZ 26.83 14.68 12.01 -
YUV 93.71 128.17 204.53 -
System Red Green Blue C M Y K H S L
Decimal 201 39 94 0 0.81 0.53 0.21 339.63 0.68 0.47
Hex C9 27 5E 0 51 35 15 154 44 2F
Octal 311 47 136 0 121 65 25 524 104 57
Binary 11001001 100111 1011110 0 1010001 110101 10101 101010100 1000100 101111

Color Harmonies of #C9275E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9275E

Black with #C9275E

Text Example


Text Example

White with #C9275E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9275E; }

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

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

background-color css

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

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

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

border-color css

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

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

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