Html Css Color HEX #C07560 Contessa

📋 copy color: '#C07560'

red 192 ◦ green 117 ◦ blue 96

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

Shades of Contessa #C07560

Tints of Contessa #C07560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.7%

R = 47.41%
G = 28.89%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C07560 (or 0xC07560) is known color: Contessa. HEX triplet: C0, 75 and 60. RGB value is (192,117,96). Sum of RGB (Red+Green+Blue) = 192+117+96=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C07560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07560 is #3F8A9F. Grayscale: #898989. Windows color (decimal): -4164256 or 6321600. OLE color: 6321600.

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

Color convert

RGB 192 117 96 -
CMYK 0 0.39 0.50 0.25
HSL 13.13º 0.43% 0.56% -
HSV(B) 13.13º 0.5% 0.75% -
XYZ 30.21 24.77 14.26 -
YUV 137.03 104.85 167.21 -
System Red Green Blue C M Y K H S L
Decimal 192 117 96 0 0.39 0.50 0.25 13.13 0.43 0.56
Hex C0 75 60 0 27 32 19 D 2B 38
Octal 300 165 140 0 47 62 31 15 53 70
Binary 11000000 1110101 1100000 0 100111 110010 11001 1101 101011 111000

Color Harmonies of #C07560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07560

Black with #C07560

Text Example


Text Example

White with #C07560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07560; }

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

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

background-color css

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

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

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

border-color css

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

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

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