Html Css Color HEX #C2225B Old Rose

📋 copy color: '#C2225B'

red 194 ◦ green 34 ◦ blue 91

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

Shades of Old Rose #C2225B

Tints of Old Rose #C2225B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.53%

R = 60.82%
G = 10.66%
B = 28.53%

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

#C2225B (or 0xC2225B) is known color: Old Rose. HEX triplet: C2, 22 and 5B. RGB value is (194,34,91). Sum of RGB (Red+Green+Blue) = 194+34+91=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C2225B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2225B is #3DDDA4. Grayscale: #585858. Windows color (decimal): -4054437 or 5972674. OLE color: 5972674.

HSL color Cylindrical-coordinate representation of color #C2225B: hue angle of 338.62º 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 #C2225B is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 34 91 -
CMYK 0 0.82 0.53 0.24
HSL 338.63º 0.7% 0.45% -
HSV(B) 338.63º 0.82% 0.76% -
XYZ 24.71 13.37 11.18 -
YUV 88.34 129.51 203.37 -
System Red Green Blue C M Y K H S L
Decimal 194 34 91 0 0.82 0.53 0.24 338.63 0.7 0.45
Hex C2 22 5B 0 52 35 18 153 46 2D
Octal 302 42 133 0 122 65 30 523 106 55
Binary 11000010 100010 1011011 0 1010010 110101 11000 101010011 1000110 101101

Color Harmonies of #C2225B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2225B

Black with #C2225B

Text Example


Text Example

White with #C2225B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2225B; }

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

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

background-color css

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

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

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

border-color css

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

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

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