Html Css Color HEX #C4214C Old Rose

📋 copy color: '#C4214C'

red 196 ◦ green 33 ◦ blue 76

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

Shades of Old Rose #C4214C

Tints of Old Rose #C4214C

RGB

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

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

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

R = 64.26%
G = 10.82%
B = 24.92%

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

#C4214C (or 0xC4214C) is known color: Old Rose. HEX triplet: C4, 21 and 4C. RGB value is (196,33,76). Sum of RGB (Red+Green+Blue) = 196+33+76=305 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.26% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 196 - color contains mainly: red. Hex color #C4214C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4214C is #3BDEB3. Grayscale: #565656. Windows color (decimal): -3923636 or 4989380. OLE color: 4989380.

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

Color convert

RGB 196 33 76 -
CMYK 0 0.83 0.61 0.23
HSL 344.17º 0.71% 0.45% -
HSV(B) 344.17º 0.83% 0.77% -
XYZ 24.61 13.35 8.12 -
YUV 86.64 122 206 -
System Red Green Blue C M Y K H S L
Decimal 196 33 76 0 0.83 0.61 0.23 344.17 0.71 0.45
Hex C4 21 4C 0 53 3D 17 158 47 2D
Octal 304 41 114 0 123 75 27 530 107 55
Binary 11000100 100001 1001100 0 1010011 111101 10111 101011000 1000111 101101

Color Harmonies of #C4214C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4214C

Black with #C4214C

Text Example


Text Example

White with #C4214C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4214C; }

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

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

background-color css

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

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

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

border-color css

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

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

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