Html Css Color HEX #C2225C Old Rose

📋 copy color: '#C2225C'

red 194 ◦ green 34 ◦ blue 92

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

Shades of Old Rose #C2225C

Tints of Old Rose #C2225C

RGB

 RED value IS 194 (76.17% from 255) = 60.63%

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

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

R = 60.63%
G = 10.63%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2225C (or 0xC2225C) is known color: Old Rose. HEX triplet: C2, 22 and 5C. RGB value is (194,34,92). Sum of RGB (Red+Green+Blue) = 194+34+92=320 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.62% from 320); Green value is 34 (13.67% from 255 or 10.62% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 194 - color contains mainly: red. Hex color #C2225C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2225C is #3DDDA3. Grayscale: #585858. Windows color (decimal): -4054436 or 6038210. OLE color: 6038210.

HSL color Cylindrical-coordinate representation of color #C2225C: hue angle of 338.25º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C2225C is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 34 92 -
CMYK 0 0.82 0.53 0.24
HSL 338.25º 0.7% 0.45% -
HSV(B) 338.25º 0.82% 0.76% -
XYZ 24.75 13.39 11.4 -
YUV 88.45 130.01 203.28 -
System Red Green Blue C M Y K H S L
Decimal 194 34 92 0 0.82 0.53 0.24 338.25 0.7 0.45
Hex C2 22 5C 0 52 35 18 152 46 2D
Octal 302 42 134 0 122 65 30 522 106 55
Binary 11000010 100010 1011100 0 1010010 110101 11000 101010010 1000110 101101

Color Harmonies of #C2225C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2225C

Black with #C2225C

Text Example


Text Example

White with #C2225C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2225C; }

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

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

background-color css

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

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

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

border-color css

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

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

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