Html Css Color HEX #C06760 Contessa

📋 copy color: '#C06760'

red 192 ◦ green 103 ◦ blue 96

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

Shades of Contessa #C06760

Tints of Contessa #C06760

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.34%

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

R = 49.1%
G = 26.34%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C06760 (or 0xC06760) is known color: Contessa. HEX triplet: C0, 67 and 60. RGB value is (192,103,96). Sum of RGB (Red+Green+Blue) = 192+103+96=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 103 (40.62% from 255 or 26.34% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C06760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06760 is #3F989F. Grayscale: #808080. Windows color (decimal): -4167840 or 6318016. OLE color: 6318016.

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

Color convert

RGB 192 103 96 -
CMYK 0 0.46 0.50 0.25
HSL 4.38º 0.43% 0.56% -
HSV(B) 4.38º 0.5% 0.75% -
XYZ 28.7 21.75 13.75 -
YUV 128.81 109.49 173.07 -
System Red Green Blue C M Y K H S L
Decimal 192 103 96 0 0.46 0.50 0.25 4.38 0.43 0.56
Hex C0 67 60 0 2E 32 19 4 2B 38
Octal 300 147 140 0 56 62 31 4 53 70
Binary 11000000 1100111 1100000 0 101110 110010 11001 100 101011 111000

Color Harmonies of #C06760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06760

Black with #C06760

Text Example


Text Example

White with #C06760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06760; }

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

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

background-color css

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

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

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

border-color css

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

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

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