Html Css Color HEX #C9225C Old Rose

📋 copy color: '#C9225C'

red 201 ◦ green 34 ◦ blue 92

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

Shades of Old Rose #C9225C

Tints of Old Rose #C9225C

RGB

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

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

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

R = 61.47%
G = 10.4%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C9225C (or 0xC9225C) is known color: Old Rose. HEX triplet: C9, 22 and 5C. RGB value is (201,34,92). Sum of RGB (Red+Green+Blue) = 201+34+92=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 34 (13.67% from 255 or 10.40% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C9225C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9225C is #36DDA3. Grayscale: #5A5A5A. Windows color (decimal): -3595684 or 6038217. OLE color: 6038217.

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

Color convert

RGB 201 34 92 -
CMYK 0 0.83 0.54 0.21
HSL 339.16º 0.71% 0.46% -
HSV(B) 339.16º 0.83% 0.79% -
XYZ 26.59 14.33 11.49 -
YUV 90.55 128.83 206.78 -
System Red Green Blue C M Y K H S L
Decimal 201 34 92 0 0.83 0.54 0.21 339.16 0.71 0.46
Hex C9 22 5C 0 53 36 15 153 47 2E
Octal 311 42 134 0 123 66 25 523 107 56
Binary 11001001 100010 1011100 0 1010011 110110 10101 101010011 1000111 101110

Color Harmonies of #C9225C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9225C

Black with #C9225C

Text Example


Text Example

White with #C9225C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9225C; }

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

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

background-color css

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

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

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

border-color css

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

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

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