Html Css Color HEX #C4414C Old Rose

📋 copy color: '#C4414C'

red 196 ◦ green 65 ◦ blue 76

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

Shades of Old Rose #C4414C

Tints of Old Rose #C4414C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.29%

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

R = 58.16%
G = 19.29%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C4414C (or 0xC4414C) is known color: Old Rose. HEX triplet: C4, 41 and 4C. RGB value is (196,65,76). Sum of RGB (Red+Green+Blue) = 196+65+76=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C4414C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4414C is #3BBEB3. Grayscale: #696969. Windows color (decimal): -3915444 or 4997572. OLE color: 4997572.

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

Color convert

RGB 196 65 76 -
CMYK 0 0.67 0.61 0.23
HSL 354.96º 0.53% 0.51% -
HSV(B) 354.96º 0.67% 0.77% -
XYZ 25.96 16.04 8.56 -
YUV 105.42 111.4 192.61 -
System Red Green Blue C M Y K H S L
Decimal 196 65 76 0 0.67 0.61 0.23 354.96 0.53 0.51
Hex C4 41 4C 0 43 3D 17 163 35 33
Octal 304 101 114 0 103 75 27 543 65 63
Binary 11000100 1000001 1001100 0 1000011 111101 10111 101100011 110101 110011

Color Harmonies of #C4414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4414C

Black with #C4414C

Text Example


Text Example

White with #C4414C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4414C; }

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

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

background-color css

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

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

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

border-color css

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

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

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