Html Css Color HEX #C9215A Old Rose

📋 copy color: '#C9215A'

red 201 ◦ green 33 ◦ blue 90

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

Shades of Old Rose #C9215A

Tints of Old Rose #C9215A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.78%

R = 62.04%
G = 10.19%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C9215A (or 0xC9215A) is known color: Old Rose. HEX triplet: C9, 21 and 5A. RGB value is (201,33,90). Sum of RGB (Red+Green+Blue) = 201+33+90=324 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.04% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 201 - color contains mainly: red. Hex color #C9215A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9215A is #36DEA5. Grayscale: #595959. Windows color (decimal): -3595942 or 5906889. OLE color: 5906889.

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

Color convert

RGB 201 33 90 -
CMYK 0 0.84 0.55 0.21
HSL 339.64º 0.72% 0.46% -
HSV(B) 339.64º 0.84% 0.79% -
XYZ 26.48 14.24 11.03 -
YUV 89.73 128.16 207.37 -
System Red Green Blue C M Y K H S L
Decimal 201 33 90 0 0.84 0.55 0.21 339.64 0.72 0.46
Hex C9 21 5A 0 54 37 15 154 48 2E
Octal 311 41 132 0 124 67 25 524 110 56
Binary 11001001 100001 1011010 0 1010100 110111 10101 101010100 1001000 101110

Color Harmonies of #C9215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9215A

Black with #C9215A

Text Example


Text Example

White with #C9215A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9215A; }

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

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

background-color css

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

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

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

border-color css

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

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

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