Html Css Color HEX #C9254E Old Rose

📋 copy color: '#C9254E'

red 201 ◦ green 37 ◦ blue 78

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

Shades of Old Rose #C9254E

Tints of Old Rose #C9254E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.71%

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

R = 63.61%
G = 11.71%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C9254E (or 0xC9254E) is known color: Old Rose. HEX triplet: C9, 25 and 4E. RGB value is (201,37,78). Sum of RGB (Red+Green+Blue) = 201+37+78=316 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.61% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 201 - color contains mainly: red. Hex color #C9254E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9254E is #36DAB1. Grayscale: #5A5A5A. Windows color (decimal): -3594930 or 5121481. OLE color: 5121481.

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

Color convert

RGB 201 37 78 -
CMYK 0 0.82 0.61 0.21
HSL 345º 0.69% 0.47% -
HSV(B) 345º 0.82% 0.79% -
XYZ 26.12 14.29 8.59 -
YUV 90.71 120.83 206.67 -
System Red Green Blue C M Y K H S L
Decimal 201 37 78 0 0.82 0.61 0.21 345 0.69 0.47
Hex C9 25 4E 0 52 3D 15 159 45 2F
Octal 311 45 116 0 122 75 25 531 105 57
Binary 11001001 100101 1001110 0 1010010 111101 10101 101011001 1000101 101111

Color Harmonies of #C9254E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9254E

Black with #C9254E

Text Example


Text Example

White with #C9254E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9254E; }

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

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

background-color css

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

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

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

border-color css

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

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

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