Html Css Color HEX #C6756C Contessa

📋 copy color: '#C6756C'

red 198 ◦ green 117 ◦ blue 108

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

Shades of Contessa #C6756C

Tints of Contessa #C6756C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.66%

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

R = 46.81%
G = 27.66%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C6756C (or 0xC6756C) is known color: Contessa. HEX triplet: C6, 75 and 6C. RGB value is (198,117,108). Sum of RGB (Red+Green+Blue) = 198+117+108=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C6756C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6756C is #398A93. Grayscale: #8C8C8C. Windows color (decimal): -3771028 or 7108038. OLE color: 7108038.

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

Color convert

RGB 198 117 108 -
CMYK 0 0.41 0.45 0.22
HSL 0.44% 0.6% -
HSV(B) 0.45% 0.78% -
XYZ 32.36 25.81 17.46 -
YUV 140.19 109.84 169.23 -
System Red Green Blue C M Y K H S L
Decimal 198 117 108 0 0.41 0.45 0.22 6 0.44 0.6
Hex C6 75 6C 0 29 2D 16 6 2C 3C
Octal 306 165 154 0 51 55 26 6 54 74
Binary 11000110 1110101 1101100 0 101001 101101 10110 110 101100 111100

Color Harmonies of #C6756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6756C

Black with #C6756C

Text Example


Text Example

White with #C6756C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6756C; }

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

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

background-color css

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

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

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

border-color css

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

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

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