Html Css Color HEX #C4706E Contessa

📋 copy color: '#C4706E'

red 196 ◦ green 112 ◦ blue 110

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

Shades of Contessa #C4706E

Tints of Contessa #C4706E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.79%

 BLUE value IS 110 (43.36% from 255) = 26.32%

R = 46.89%
G = 26.79%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C4706E (or 0xC4706E) is known color: Contessa. HEX triplet: C4, 70 and 6E. RGB value is (196,112,110). Sum of RGB (Red+Green+Blue) = 196+112+110=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C4706E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4706E is #3B8F91. Grayscale: #888888. Windows color (decimal): -3903378 or 7237828. OLE color: 7237828.

HSL color Cylindrical-coordinate representation of color #C4706E: hue angle of 1.4º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C4706E is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 112 110 -
CMYK 0 0.43 0.44 0.23
HSL 1.4º 0.42% 0.6% -
HSV(B) 1.4º 0.44% 0.77% -
XYZ 31.37 24.45 17.82 -
YUV 136.89 112.83 170.16 -
System Red Green Blue C M Y K H S L
Decimal 196 112 110 0 0.43 0.44 0.23 1.4 0.42 0.6
Hex C4 70 6E 0 2B 2C 17 1 2A 3C
Octal 304 160 156 0 53 54 27 1 52 74
Binary 11000100 1110000 1101110 0 101011 101100 10111 1 101010 111100

Color Harmonies of #C4706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4706E

Black with #C4706E

Text Example


Text Example

White with #C4706E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4706E; }

 p { color: rgb(196,112,110); }

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

background-color css

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

 a { background-color: rgb(196,112,110); }

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

border-color css

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

 span { border-color: rgb(196,112,110); }

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