Html Css Color HEX #C6706D Contessa

📋 copy color: '#C6706D'

red 198 ◦ green 112 ◦ blue 109

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

Shades of Contessa #C6706D

Tints of Contessa #C6706D

RGB

 RED value IS 198 (77.73% from 255) = 47.26%

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

 BLUE value IS 109 (42.97% from 255) = 26.01%

R = 47.26%
G = 26.73%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C6706D (or 0xC6706D) is known color: Contessa. HEX triplet: C6, 70 and 6D. RGB value is (198,112,109). Sum of RGB (Red+Green+Blue) = 198+112+109=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 198 - color contains mainly: red. Hex color #C6706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6706D is #398F92. Grayscale: #898989. Windows color (decimal): -3772307 or 7172294. OLE color: 7172294.

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

Color convert

RGB 198 112 109 -
CMYK 0 0.43 0.45 0.22
HSL 2.02º 0.44% 0.6% -
HSV(B) 2.02º 0.45% 0.78% -
XYZ 31.84 24.7 17.56 -
YUV 137.37 111.99 171.24 -
System Red Green Blue C M Y K H S L
Decimal 198 112 109 0 0.43 0.45 0.22 2.02 0.44 0.6
Hex C6 70 6D 0 2B 2D 16 2 2C 3C
Octal 306 160 155 0 53 55 26 2 54 74
Binary 11000110 1110000 1101101 0 101011 101101 10110 10 101100 111100

Color Harmonies of #C6706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6706D

Black with #C6706D

Text Example


Text Example

White with #C6706D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6706D; }

 p { color: rgb(198,112,109); }

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

background-color css

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

 a { background-color: rgb(198,112,109); }

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

border-color css

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

 span { border-color: rgb(198,112,109); }

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