Html Css Color HEX #C6756D Contessa

📋 copy color: '#C6756D'

red 198 ◦ green 117 ◦ blue 109

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

Shades of Contessa #C6756D

Tints of Contessa #C6756D

RGB

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

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

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

R = 46.7%
G = 27.59%
B = 25.71%

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

#C6756D (or 0xC6756D) is known color: Contessa. HEX triplet: C6, 75 and 6D. RGB value is (198,117,109). Sum of RGB (Red+Green+Blue) = 198+117+109=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 109 (42.97% from 255 or 25.71% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C6756D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6756D is #398A92. Grayscale: #8C8C8C. Windows color (decimal): -3771027 or 7173574. OLE color: 7173574.

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

Color convert

RGB 198 117 109 -
CMYK 0 0.41 0.45 0.22
HSL 5.39º 0.44% 0.6% -
HSV(B) 5.39º 0.45% 0.78% -
XYZ 32.41 25.83 17.75 -
YUV 140.31 110.34 169.15 -
System Red Green Blue C M Y K H S L
Decimal 198 117 109 0 0.41 0.45 0.22 5.39 0.44 0.6
Hex C6 75 6D 0 29 2D 16 5 2C 3C
Octal 306 165 155 0 51 55 26 5 54 74
Binary 11000110 1110101 1101101 0 101001 101101 10110 101 101100 111100

Color Harmonies of #C6756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6756D

Black with #C6756D

Text Example


Text Example

White with #C6756D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6756D; }

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

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

background-color css

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

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

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

border-color css

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

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

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