Html Css Color HEX #C9255E Old Rose

📋 copy color: '#C9255E'

red 201 ◦ green 37 ◦ blue 94

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

Shades of Old Rose #C9255E

Tints of Old Rose #C9255E

RGB

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

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

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

R = 60.54%
G = 11.14%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C9255E (or 0xC9255E) is known color: Old Rose. HEX triplet: C9, 25 and 5E. RGB value is (201,37,94). Sum of RGB (Red+Green+Blue) = 201+37+94=332 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.54% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 201 - color contains mainly: red. Hex color #C9255E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9255E is #36DAA1. Grayscale: #5C5C5C. Windows color (decimal): -3594914 or 6170057. OLE color: 6170057.

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

Color convert

RGB 201 37 94 -
CMYK 0 0.82 0.53 0.21
HSL 339.15º 0.69% 0.47% -
HSV(B) 339.15º 0.82% 0.79% -
XYZ 26.77 14.55 11.99 -
YUV 92.53 128.83 205.37 -
System Red Green Blue C M Y K H S L
Decimal 201 37 94 0 0.82 0.53 0.21 339.15 0.69 0.47
Hex C9 25 5E 0 52 35 15 153 45 2F
Octal 311 45 136 0 122 65 25 523 105 57
Binary 11001001 100101 1011110 0 1010010 110101 10101 101010011 1000101 101111

Color Harmonies of #C9255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9255E

Black with #C9255E

Text Example


Text Example

White with #C9255E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9255E; }

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

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

background-color css

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

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

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

border-color css

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

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

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