Html Css Color HEX #C0766F Contessa

📋 copy color: '#C0766F'

red 192 ◦ green 118 ◦ blue 111

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

Shades of Contessa #C0766F

Tints of Contessa #C0766F

RGB

 RED value IS 192 (75.39% from 255) = 45.61%

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

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

R = 45.61%
G = 28.03%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C0766F (or 0xC0766F) is known color: Contessa. HEX triplet: C0, 76 and 6F. RGB value is (192,118,111). Sum of RGB (Red+Green+Blue) = 192+118+111=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 111 (43.75% from 255 or 26.37% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C0766F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0766F is #3F8990. Grayscale: #8B8B8B. Windows color (decimal): -4163985 or 7304896. OLE color: 7304896.

HSL color Cylindrical-coordinate representation of color #C0766F: hue angle of 5.19º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C0766F is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 118 111 -
CMYK 0 0.39 0.42 0.25
HSL 5.19º 0.39% 0.59% -
HSV(B) 5.19º 0.42% 0.75% -
XYZ 31.09 25.31 18.29 -
YUV 139.33 112.02 165.57 -
System Red Green Blue C M Y K H S L
Decimal 192 118 111 0 0.39 0.42 0.25 5.19 0.39 0.59
Hex C0 76 6F 0 27 2A 19 5 27 3B
Octal 300 166 157 0 47 52 31 5 47 73
Binary 11000000 1110110 1101111 0 100111 101010 11001 101 100111 111011

Color Harmonies of #C0766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0766F

Black with #C0766F

Text Example


Text Example

White with #C0766F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0766F; }

 p { color: rgb(192,118,111); }

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

background-color css

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

 a { background-color: rgb(192,118,111); }

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

border-color css

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

 span { border-color: rgb(192,118,111); }

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