Html Css Color HEX #C2214C Old Rose

📋 copy color: '#C2214C'

red 194 ◦ green 33 ◦ blue 76

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

Shades of Old Rose #C2214C

Tints of Old Rose #C2214C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.89%

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

R = 64.03%
G = 10.89%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2214C (or 0xC2214C) is known color: Old Rose. HEX triplet: C2, 21 and 4C. RGB value is (194,33,76). Sum of RGB (Red+Green+Blue) = 194+33+76=303 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.03% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 194 - color contains mainly: red. Hex color #C2214C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2214C is #3DDEB3. Grayscale: #565656. Windows color (decimal): -4054708 or 4989378. OLE color: 4989378.

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

Color convert

RGB 194 33 76 -
CMYK 0 0.83 0.61 0.24
HSL 343.98º 0.71% 0.45% -
HSV(B) 343.98º 0.83% 0.76% -
XYZ 24.1 13.08 8.09 -
YUV 86.04 122.34 205 -
System Red Green Blue C M Y K H S L
Decimal 194 33 76 0 0.83 0.61 0.24 343.98 0.71 0.45
Hex C2 21 4C 0 53 3D 18 158 47 2D
Octal 302 41 114 0 123 75 30 530 107 55
Binary 11000010 100001 1001100 0 1010011 111101 11000 101011000 1000111 101101

Color Harmonies of #C2214C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2214C

Black with #C2214C

Text Example


Text Example

White with #C2214C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2214C; }

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

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

background-color css

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

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

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

border-color css

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

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

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