Html Css Color HEX #C6766E Contessa

📋 copy color: '#C6766E'

red 198 ◦ green 118 ◦ blue 110

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

Shades of Contessa #C6766E

Tints of Contessa #C6766E

RGB

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

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

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

R = 46.48%
G = 27.7%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C6766E (or 0xC6766E) is known color: Contessa. HEX triplet: C6, 76 and 6E. RGB value is (198,118,110). Sum of RGB (Red+Green+Blue) = 198+118+110=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 110 (43.36% from 255 or 25.82% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C6766E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6766E is #398991. Grayscale: #8D8D8D. Windows color (decimal): -3770770 or 7239366. OLE color: 7239366.

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

Color convert

RGB 198 118 110 -
CMYK 0 0.40 0.44 0.22
HSL 5.45º 0.44% 0.6% -
HSV(B) 5.45º 0.44% 0.78% -
XYZ 32.58 26.09 18.07 -
YUV 141.01 110.5 168.65 -
System Red Green Blue C M Y K H S L
Decimal 198 118 110 0 0.40 0.44 0.22 5.45 0.44 0.6
Hex C6 76 6E 0 28 2C 16 5 2C 3C
Octal 306 166 156 0 50 54 26 5 54 74
Binary 11000110 1110110 1101110 0 101000 101100 10110 101 101100 111100

Color Harmonies of #C6766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6766E

Black with #C6766E

Text Example


Text Example

White with #C6766E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6766E; }

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

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

background-color css

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

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

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

border-color css

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

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

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