Html Css Color HEX #C2244C Old Rose

📋 copy color: '#C2244C'

red 194 ◦ green 36 ◦ blue 76

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

Shades of Old Rose #C2244C

Tints of Old Rose #C2244C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.84%

R = 63.4%
G = 11.76%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2244C (or 0xC2244C) is known color: Old Rose. HEX triplet: C2, 24 and 4C. RGB value is (194,36,76). Sum of RGB (Red+Green+Blue) = 194+36+76=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C2244C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2244C is #3DDBB3. Grayscale: #575757. Windows color (decimal): -4053940 or 4990146. OLE color: 4990146.

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

Color convert

RGB 194 36 76 -
CMYK 0 0.81 0.61 0.24
HSL 344.81º 0.69% 0.45% -
HSV(B) 344.81º 0.81% 0.76% -
XYZ 24.18 13.25 8.12 -
YUV 87.8 121.35 203.75 -
System Red Green Blue C M Y K H S L
Decimal 194 36 76 0 0.81 0.61 0.24 344.81 0.69 0.45
Hex C2 24 4C 0 51 3D 18 159 45 2D
Octal 302 44 114 0 121 75 30 531 105 55
Binary 11000010 100100 1001100 0 1010001 111101 11000 101011001 1000101 101101

Color Harmonies of #C2244C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2244C

Black with #C2244C

Text Example


Text Example

White with #C2244C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2244C; }

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

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

background-color css

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

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

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

border-color css

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

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

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