Html Css Color HEX #C5225C Old Rose

📋 copy color: '#C5225C'

red 197 ◦ green 34 ◦ blue 92

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

Shades of Old Rose #C5225C

Tints of Old Rose #C5225C

RGB

 RED value IS 197 (77.34% from 255) = 60.99%

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

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

R = 60.99%
G = 10.53%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5225C (or 0xC5225C) is known color: Old Rose. HEX triplet: C5, 22 and 5C. RGB value is (197,34,92). Sum of RGB (Red+Green+Blue) = 197+34+92=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 34 (13.67% from 255 or 10.53% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C5225C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5225C is #3ADDA3. Grayscale: #595959. Windows color (decimal): -3857828 or 6038213. OLE color: 6038213.

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

Color convert

RGB 197 34 92 -
CMYK 0 0.83 0.53 0.23
HSL 338.65º 0.71% 0.45% -
HSV(B) 338.65º 0.83% 0.77% -
XYZ 25.53 13.79 11.44 -
YUV 89.35 129.5 204.78 -
System Red Green Blue C M Y K H S L
Decimal 197 34 92 0 0.83 0.53 0.23 338.65 0.71 0.45
Hex C5 22 5C 0 53 35 17 153 47 2D
Octal 305 42 134 0 123 65 27 523 107 55
Binary 11000101 100010 1011100 0 1010011 110101 10111 101010011 1000111 101101

Color Harmonies of #C5225C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5225C

Black with #C5225C

Text Example


Text Example

White with #C5225C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5225C; }

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

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

background-color css

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

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

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

border-color css

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

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

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