Html Css Color HEX #C9215E Old Rose

📋 copy color: '#C9215E'

red 201 ◦ green 33 ◦ blue 94

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

Shades of Old Rose #C9215E

Tints of Old Rose #C9215E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.06%

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

R = 61.28%
G = 10.06%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C9215E (or 0xC9215E) is known color: Old Rose. HEX triplet: C9, 21 and 5E. RGB value is (201,33,94). Sum of RGB (Red+Green+Blue) = 201+33+94=328 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.28% from 328); Green value is 33 (13.28% from 255 or 10.06% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 201 - color contains mainly: red. Hex color #C9215E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9215E is #36DEA1. Grayscale: #5A5A5A. Windows color (decimal): -3595938 or 6169033. OLE color: 6169033.

HSL color Cylindrical-coordinate representation of color #C9215E: hue angle of 338.21º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C9215E is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 33 94 -
CMYK 0 0.84 0.53 0.21
HSL 338.21º 0.72% 0.46% -
HSV(B) 338.21º 0.84% 0.79% -
XYZ 26.65 14.31 11.95 -
YUV 90.19 130.16 207.04 -
System Red Green Blue C M Y K H S L
Decimal 201 33 94 0 0.84 0.53 0.21 338.21 0.72 0.46
Hex C9 21 5E 0 54 35 15 152 48 2E
Octal 311 41 136 0 124 65 25 522 110 56
Binary 11001001 100001 1011110 0 1010100 110101 10101 101010010 1001000 101110

Color Harmonies of #C9215E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9215E

Black with #C9215E

Text Example


Text Example

White with #C9215E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9215E; }

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

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

background-color css

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

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

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

border-color css

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

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

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