Html Css Color HEX #C4706F Contessa

📋 copy color: '#C4706F'

red 196 ◦ green 112 ◦ blue 111

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

Shades of Contessa #C4706F

Tints of Contessa #C4706F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.49%

R = 46.78%
G = 26.73%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C4706F (or 0xC4706F) is known color: Contessa. HEX triplet: C4, 70 and 6F. RGB value is (196,112,111). Sum of RGB (Red+Green+Blue) = 196+112+111=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C4706F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4706F is #3B8F90. Grayscale: #898989. Windows color (decimal): -3903377 or 7303364. OLE color: 7303364.

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

Color convert

RGB 196 112 111 -
CMYK 0 0.43 0.43 0.23
HSL 0.71º 0.42% 0.6% -
HSV(B) 0.71º 0.43% 0.77% -
XYZ 31.43 24.47 18.11 -
YUV 137 113.33 170.08 -
System Red Green Blue C M Y K H S L
Decimal 196 112 111 0 0.43 0.43 0.23 0.71 0.42 0.6
Hex C4 70 6F 0 2B 2B 17 1 2A 3C
Octal 304 160 157 0 53 53 27 1 52 74
Binary 11000100 1110000 1101111 0 101011 101011 10111 1 101010 111100

Color Harmonies of #C4706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4706F

Black with #C4706F

Text Example


Text Example

White with #C4706F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4706F; }

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

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

background-color css

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

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

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

border-color css

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

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

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