Html Css Color HEX #C6766D Contessa

📋 copy color: '#C6766D'

red 198 ◦ green 118 ◦ blue 109

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

Shades of Contessa #C6766D

Tints of Contessa #C6766D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.76%

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

R = 46.59%
G = 27.76%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C6766D (or 0xC6766D) is known color: Contessa. HEX triplet: C6, 76 and 6D. RGB value is (198,118,109). Sum of RGB (Red+Green+Blue) = 198+118+109=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 198 - color contains mainly: red. Hex color #C6766D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6766D is #398992. Grayscale: #8D8D8D. Windows color (decimal): -3770771 or 7173830. OLE color: 7173830.

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

Color convert

RGB 198 118 109 -
CMYK 0 0.40 0.45 0.22
HSL 6.07º 0.44% 0.6% -
HSV(B) 6.07º 0.45% 0.78% -
XYZ 32.53 26.07 17.79 -
YUV 140.89 110 168.73 -
System Red Green Blue C M Y K H S L
Decimal 198 118 109 0 0.40 0.45 0.22 6.07 0.44 0.6
Hex C6 76 6D 0 28 2D 16 6 2C 3C
Octal 306 166 155 0 50 55 26 6 54 74
Binary 11000110 1110110 1101101 0 101000 101101 10110 110 101100 111100

Color Harmonies of #C6766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6766D

Black with #C6766D

Text Example


Text Example

White with #C6766D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6766D; }

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

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

background-color css

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

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

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

border-color css

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

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

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