Html Css Color HEX #C6756F Contessa

📋 copy color: '#C6756F'

red 198 ◦ green 117 ◦ blue 111

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

Shades of Contessa #C6756F

Tints of Contessa #C6756F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.06%

R = 46.48%
G = 27.46%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C6756F (or 0xC6756F) is known color: Contessa. HEX triplet: C6, 75 and 6F. RGB value is (198,117,111). Sum of RGB (Red+Green+Blue) = 198+117+111=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 111 (43.75% from 255 or 26.06% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C6756F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6756F is #398A90. Grayscale: #8C8C8C. Windows color (decimal): -3771025 or 7304646. OLE color: 7304646.

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

Color convert

RGB 198 117 111 -
CMYK 0 0.41 0.44 0.22
HSL 4.14º 0.43% 0.61% -
HSV(B) 4.14º 0.44% 0.78% -
XYZ 32.52 25.88 18.32 -
YUV 140.54 111.34 168.99 -
System Red Green Blue C M Y K H S L
Decimal 198 117 111 0 0.41 0.44 0.22 4.14 0.43 0.61
Hex C6 75 6F 0 29 2C 16 4 2B 3D
Octal 306 165 157 0 51 54 26 4 53 75
Binary 11000110 1110101 1101111 0 101001 101100 10110 100 101011 111101

Color Harmonies of #C6756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6756F

Black with #C6756F

Text Example


Text Example

White with #C6756F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6756F; }

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

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

background-color css

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

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

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

border-color css

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

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

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