Html Css Color HEX #C0756F Contessa

📋 copy color: '#C0756F'

red 192 ◦ green 117 ◦ blue 111

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

Shades of Contessa #C0756F

Tints of Contessa #C0756F

RGB

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

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

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

R = 45.71%
G = 27.86%
B = 26.43%

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

#C0756F (or 0xC0756F) is known color: Contessa. HEX triplet: C0, 75 and 6F. RGB value is (192,117,111). Sum of RGB (Red+Green+Blue) = 192+117+111=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C0756F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0756F is #3F8A90. Grayscale: #8A8A8A. Windows color (decimal): -4164241 or 7304640. OLE color: 7304640.

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

Color convert

RGB 192 117 111 -
CMYK 0 0.39 0.42 0.25
HSL 4.44º 0.39% 0.59% -
HSV(B) 4.44º 0.42% 0.75% -
XYZ 30.97 25.08 18.25 -
YUV 138.74 112.35 165.99 -
System Red Green Blue C M Y K H S L
Decimal 192 117 111 0 0.39 0.42 0.25 4.44 0.39 0.59
Hex C0 75 6F 0 27 2A 19 4 27 3B
Octal 300 165 157 0 47 52 31 4 47 73
Binary 11000000 1110101 1101111 0 100111 101010 11001 100 100111 111011

Color Harmonies of #C0756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0756F

Black with #C0756F

Text Example


Text Example

White with #C0756F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0756F; }

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

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

background-color css

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

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

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

border-color css

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

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

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