Html Css Color HEX #C0766B Contessa

📋 copy color: '#C0766B'

red 192 ◦ green 118 ◦ blue 107

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

Shades of Contessa #C0766B

Tints of Contessa #C0766B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.66%

R = 46.04%
G = 28.3%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C0766B (or 0xC0766B) is known color: Contessa. HEX triplet: C0, 76 and 6B. RGB value is (192,118,107). Sum of RGB (Red+Green+Blue) = 192+118+107=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 107 (42.19% from 255 or 25.66% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C0766B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0766B is #3F8994. Grayscale: #8A8A8A. Windows color (decimal): -4163989 or 7042752. OLE color: 7042752.

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

Color convert

RGB 192 118 107 -
CMYK 0 0.39 0.44 0.25
HSL 7.76º 0.4% 0.59% -
HSV(B) 7.76º 0.44% 0.75% -
XYZ 30.87 25.22 17.15 -
YUV 138.87 110.02 165.89 -
System Red Green Blue C M Y K H S L
Decimal 192 118 107 0 0.39 0.44 0.25 7.76 0.4 0.59
Hex C0 76 6B 0 27 2C 19 8 28 3B
Octal 300 166 153 0 47 54 31 10 50 73
Binary 11000000 1110110 1101011 0 100111 101100 11001 1000 101000 111011

Color Harmonies of #C0766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0766B

Black with #C0766B

Text Example


Text Example

White with #C0766B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0766B; }

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

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

background-color css

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

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

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

border-color css

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

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

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