Html Css Color HEX #C4224C Old Rose

📋 copy color: '#C4224C'

red 196 ◦ green 34 ◦ blue 76

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

Shades of Old Rose #C4224C

Tints of Old Rose #C4224C

RGB

 RED value IS 196 (76.95% from 255) = 64.05%

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

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

R = 64.05%
G = 11.11%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C4224C (or 0xC4224C) is known color: Old Rose. HEX triplet: C4, 22 and 4C. RGB value is (196,34,76). Sum of RGB (Red+Green+Blue) = 196+34+76=306 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.05% from 306); Green value is 34 (13.67% from 255 or 11.11% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 196 - color contains mainly: red. Hex color #C4224C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4224C is #3BDDB3. Grayscale: #575757. Windows color (decimal): -3923380 or 4989636. OLE color: 4989636.

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

Color convert

RGB 196 34 76 -
CMYK 0 0.83 0.61 0.23
HSL 344.44º 0.7% 0.45% -
HSV(B) 344.44º 0.83% 0.77% -
XYZ 24.64 13.4 8.13 -
YUV 87.23 121.67 205.58 -
System Red Green Blue C M Y K H S L
Decimal 196 34 76 0 0.83 0.61 0.23 344.44 0.7 0.45
Hex C4 22 4C 0 53 3D 17 158 46 2D
Octal 304 42 114 0 123 75 27 530 106 55
Binary 11000100 100010 1001100 0 1010011 111101 10111 101011000 1000110 101101

Color Harmonies of #C4224C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4224C

Black with #C4224C

Text Example


Text Example

White with #C4224C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4224C; }

 p { color: rgb(196,34,76); }

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

background-color css

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

 a { background-color: rgb(196,34,76); }

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

border-color css

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

 span { border-color: rgb(196,34,76); }

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