Html Css Color HEX #C9285C Old Rose

📋 copy color: '#C9285C'

red 201 ◦ green 40 ◦ blue 92

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

Shades of Old Rose #C9285C

Tints of Old Rose #C9285C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.01%

 BLUE value IS 92 (36.33% from 255) = 27.63%

R = 60.36%
G = 12.01%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C9285C (or 0xC9285C) is known color: Old Rose. HEX triplet: C9, 28 and 5C. RGB value is (201,40,92). Sum of RGB (Red+Green+Blue) = 201+40+92=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C9285C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9285C is #36D7A3. Grayscale: #5E5E5E. Windows color (decimal): -3594148 or 6039753. OLE color: 6039753.

HSL color Cylindrical-coordinate representation of color #C9285C: hue angle of 340.62º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9285C is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 40 92 -
CMYK 0 0.80 0.54 0.21
HSL 340.62º 0.67% 0.47% -
HSV(B) 340.62º 0.8% 0.79% -
XYZ 26.78 14.71 11.55 -
YUV 94.07 126.84 204.27 -
System Red Green Blue C M Y K H S L
Decimal 201 40 92 0 0.80 0.54 0.21 340.62 0.67 0.47
Hex C9 28 5C 0 50 36 15 155 43 2F
Octal 311 50 134 0 120 66 25 525 103 57
Binary 11001001 101000 1011100 0 1010000 110110 10101 101010101 1000011 101111

Color Harmonies of #C9285C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9285C

Black with #C9285C

Text Example


Text Example

White with #C9285C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9285C; }

 p { color: rgb(201,40,92); }

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

background-color css

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

 a { background-color: rgb(201,40,92); }

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

border-color css

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

 span { border-color: rgb(201,40,92); }

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