Html Css Color HEX #C0766D Contessa

📋 copy color: '#C0766D'

red 192 ◦ green 118 ◦ blue 109

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

Shades of Contessa #C0766D

Tints of Contessa #C0766D

RGB

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

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

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

R = 45.82%
G = 28.16%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0766D (or 0xC0766D) is known color: Contessa. HEX triplet: C0, 76 and 6D. RGB value is (192,118,109). Sum of RGB (Red+Green+Blue) = 192+118+109=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C0766D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0766D is #3F8992. Grayscale: #8B8B8B. Windows color (decimal): -4163987 or 7173824. OLE color: 7173824.

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

Color convert

RGB 192 118 109 -
CMYK 0 0.39 0.43 0.25
HSL 6.51º 0.4% 0.59% -
HSV(B) 6.51º 0.43% 0.75% -
XYZ 30.98 25.27 17.71 -
YUV 139.1 111.02 165.73 -
System Red Green Blue C M Y K H S L
Decimal 192 118 109 0 0.39 0.43 0.25 6.51 0.4 0.59
Hex C0 76 6D 0 27 2B 19 7 28 3B
Octal 300 166 155 0 47 53 31 7 50 73
Binary 11000000 1110110 1101101 0 100111 101011 11001 111 101000 111011

Color Harmonies of #C0766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0766D

Black with #C0766D

Text Example


Text Example

White with #C0766D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0766D; }

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

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

background-color css

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

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

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

border-color css

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

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

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