Html Css Color HEX #C9225E Old Rose

📋 copy color: '#C9225E'

red 201 ◦ green 34 ◦ blue 94

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

Shades of Old Rose #C9225E

Tints of Old Rose #C9225E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.33%

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

R = 61.09%
G = 10.33%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C9225E (or 0xC9225E) is known color: Old Rose. HEX triplet: C9, 22 and 5E. RGB value is (201,34,94). Sum of RGB (Red+Green+Blue) = 201+34+94=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 34 (13.67% from 255 or 10.33% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C9225E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9225E is #36DDA1. Grayscale: #5A5A5A. Windows color (decimal): -3595682 or 6169289. OLE color: 6169289.

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

Color convert

RGB 201 34 94 -
CMYK 0 0.83 0.53 0.21
HSL 338.44º 0.71% 0.46% -
HSV(B) 338.44º 0.83% 0.79% -
XYZ 26.68 14.37 11.96 -
YUV 90.77 129.83 206.62 -
System Red Green Blue C M Y K H S L
Decimal 201 34 94 0 0.83 0.53 0.21 338.44 0.71 0.46
Hex C9 22 5E 0 53 35 15 152 47 2E
Octal 311 42 136 0 123 65 25 522 107 56
Binary 11001001 100010 1011110 0 1010011 110101 10101 101010010 1000111 101110

Color Harmonies of #C9225E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9225E

Black with #C9225E

Text Example


Text Example

White with #C9225E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9225E; }

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

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

background-color css

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

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

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

border-color css

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

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

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