Html Css Color HEX #C0776F Contessa

📋 copy color: '#C0776F'

red 192 ◦ green 119 ◦ blue 111

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

Shades of Contessa #C0776F

Tints of Contessa #C0776F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.2%

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

R = 45.5%
G = 28.2%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C0776F (or 0xC0776F) is known color: Contessa. HEX triplet: C0, 77 and 6F. RGB value is (192,119,111). Sum of RGB (Red+Green+Blue) = 192+119+111=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C0776F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0776F is #3F8890. Grayscale: #8C8C8C. Windows color (decimal): -4163729 or 7305152. OLE color: 7305152.

HSL color Cylindrical-coordinate representation of color #C0776F: hue angle of 5.93º 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 #C0776F is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 119 111 -
CMYK 0 0.38 0.42 0.25
HSL 5.93º 0.39% 0.59% -
HSV(B) 5.93º 0.42% 0.75% -
XYZ 31.2 25.55 18.33 -
YUV 139.92 111.68 165.15 -
System Red Green Blue C M Y K H S L
Decimal 192 119 111 0 0.38 0.42 0.25 5.93 0.39 0.59
Hex C0 77 6F 0 26 2A 19 6 27 3B
Octal 300 167 157 0 46 52 31 6 47 73
Binary 11000000 1110111 1101111 0 100110 101010 11001 110 100111 111011

Color Harmonies of #C0776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0776F

Black with #C0776F

Text Example


Text Example

White with #C0776F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0776F; }

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

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

background-color css

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

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

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

border-color css

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

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

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