Html Css Color HEX #C06A60 Contessa

📋 copy color: '#C06A60'

red 192 ◦ green 106 ◦ blue 96

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

Shades of Contessa #C06A60

Tints of Contessa #C06A60

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.9%

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

R = 48.73%
G = 26.9%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C06A60 (or 0xC06A60) is known color: Contessa. HEX triplet: C0, 6A and 60. RGB value is (192,106,96). Sum of RGB (Red+Green+Blue) = 192+106+96=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06A60 is #3F959F. Grayscale: #828282. Windows color (decimal): -4167072 or 6318784. OLE color: 6318784.

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

Color convert

RGB 192 106 96 -
CMYK 0 0.45 0.50 0.25
HSL 6.25º 0.43% 0.56% -
HSV(B) 6.25º 0.5% 0.75% -
XYZ 29 22.36 13.85 -
YUV 130.57 108.49 171.81 -
System Red Green Blue C M Y K H S L
Decimal 192 106 96 0 0.45 0.50 0.25 6.25 0.43 0.56
Hex C0 6A 60 0 2D 32 19 6 2B 38
Octal 300 152 140 0 55 62 31 6 53 70
Binary 11000000 1101010 1100000 0 101101 110010 11001 110 101011 111000

Color Harmonies of #C06A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06A60

Black with #C06A60

Text Example


Text Example

White with #C06A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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