Html Css Color HEX #C2245F Old Rose

📋 copy color: '#C2245F'

red 194 ◦ green 36 ◦ blue 95

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

Shades of Old Rose #C2245F

Tints of Old Rose #C2245F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.08%

 BLUE value IS 95 (37.5% from 255) = 29.23%

R = 59.69%
G = 11.08%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C2245F (or 0xC2245F) is known color: Old Rose. HEX triplet: C2, 24 and 5F. RGB value is (194,36,95). Sum of RGB (Red+Green+Blue) = 194+36+95=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C2245F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2245F is #3DDBA0. Grayscale: #595959. Windows color (decimal): -4053921 or 6235330. OLE color: 6235330.

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

Color convert

RGB 194 36 95 -
CMYK 0 0.81 0.51 0.24
HSL 337.59º 0.69% 0.45% -
HSV(B) 337.59º 0.81% 0.76% -
XYZ 24.94 13.56 12.13 -
YUV 89.97 130.85 202.2 -
System Red Green Blue C M Y K H S L
Decimal 194 36 95 0 0.81 0.51 0.24 337.59 0.69 0.45
Hex C2 24 5F 0 51 33 18 152 45 2D
Octal 302 44 137 0 121 63 30 522 105 55
Binary 11000010 100100 1011111 0 1010001 110011 11000 101010010 1000101 101101

Color Harmonies of #C2245F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2245F

Black with #C2245F

Text Example


Text Example

White with #C2245F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2245F; }

 p { color: rgb(194,36,95); }

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

background-color css

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

 a { background-color: rgb(194,36,95); }

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

border-color css

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

 span { border-color: rgb(194,36,95); }

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