Html Css Color HEX #C6706C Contessa

📋 copy color: '#C6706C'

red 198 ◦ green 112 ◦ blue 108

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

Shades of Contessa #C6706C

Tints of Contessa #C6706C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.84%

R = 47.37%
G = 26.79%
B = 25.84%

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

#C6706C (or 0xC6706C) is known color: Contessa. HEX triplet: C6, 70 and 6C. RGB value is (198,112,108). Sum of RGB (Red+Green+Blue) = 198+112+108=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C6706C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6706C is #398F93. Grayscale: #898989. Windows color (decimal): -3772308 or 7106758. OLE color: 7106758.

HSL color Cylindrical-coordinate representation of color #C6706C: hue angle of 2.67º 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 #C6706C is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 112 108 -
CMYK 0 0.43 0.45 0.22
HSL 2.67º 0.44% 0.6% -
HSV(B) 2.67º 0.45% 0.78% -
XYZ 31.79 24.68 17.27 -
YUV 137.26 111.49 171.33 -
System Red Green Blue C M Y K H S L
Decimal 198 112 108 0 0.43 0.45 0.22 2.67 0.44 0.6
Hex C6 70 6C 0 2B 2D 16 3 2C 3C
Octal 306 160 154 0 53 55 26 3 54 74
Binary 11000110 1110000 1101100 0 101011 101101 10110 11 101100 111100

Color Harmonies of #C6706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6706C

Black with #C6706C

Text Example


Text Example

White with #C6706C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6706C; }

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

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

background-color css

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

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

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

border-color css

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

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

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