Html Css Color HEX #C4224A Old Rose

📋 copy color: '#C4224A'

red 196 ◦ green 34 ◦ blue 74

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

Shades of Old Rose #C4224A

Tints of Old Rose #C4224A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.34%

R = 64.47%
G = 11.18%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4224A (or 0xC4224A) is known color: Old Rose. HEX triplet: C4, 22 and 4A. RGB value is (196,34,74). Sum of RGB (Red+Green+Blue) = 196+34+74=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C4224A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4224A is #3BDDB5. Grayscale: #575757. Windows color (decimal): -3923382 or 4858564. OLE color: 4858564.

HSL color Cylindrical-coordinate representation of color #C4224A: hue angle of 345.19º 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 #C4224A is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 34 74 -
CMYK 0 0.83 0.62 0.23
HSL 345.19º 0.7% 0.45% -
HSV(B) 345.19º 0.83% 0.77% -
XYZ 24.57 13.37 7.76 -
YUV 87 120.67 205.75 -
System Red Green Blue C M Y K H S L
Decimal 196 34 74 0 0.83 0.62 0.23 345.19 0.7 0.45
Hex C4 22 4A 0 53 3E 17 159 46 2D
Octal 304 42 112 0 123 76 27 531 106 55
Binary 11000100 100010 1001010 0 1010011 111110 10111 101011001 1000110 101101

Color Harmonies of #C4224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4224A

Black with #C4224A

Text Example


Text Example

White with #C4224A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4224A; }

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

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

background-color css

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

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

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

border-color css

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

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

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