Html Css Color HEX #C06660 Contessa

📋 copy color: '#C06660'

red 192 ◦ green 102 ◦ blue 96

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

Shades of Contessa #C06660

Tints of Contessa #C06660

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.15%

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

R = 49.23%
G = 26.15%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C06660 (or 0xC06660) is known color: Contessa. HEX triplet: C0, 66 and 60. RGB value is (192,102,96). Sum of RGB (Red+Green+Blue) = 192+102+96=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 96 (37.89% from 255 or 24.62% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C06660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06660 is #3F999F. Grayscale: #808080. Windows color (decimal): -4168096 or 6317760. OLE color: 6317760.

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

Color convert

RGB 192 102 96 -
CMYK 0 0.47 0.50 0.25
HSL 3.75º 0.43% 0.56% -
HSV(B) 3.75º 0.5% 0.75% -
XYZ 28.6 21.55 13.72 -
YUV 128.23 109.82 173.49 -
System Red Green Blue C M Y K H S L
Decimal 192 102 96 0 0.47 0.50 0.25 3.75 0.43 0.56
Hex C0 66 60 0 2F 32 19 4 2B 38
Octal 300 146 140 0 57 62 31 4 53 70
Binary 11000000 1100110 1100000 0 101111 110010 11001 100 101011 111000

Color Harmonies of #C06660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06660

Black with #C06660

Text Example


Text Example

White with #C06660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06660; }

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

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

background-color css

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

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

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

border-color css

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

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

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