Html Css Color HEX #C06460 Contessa

📋 copy color: '#C06460'

red 192 ◦ green 100 ◦ blue 96

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

Shades of Contessa #C06460

Tints of Contessa #C06460

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.77%

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

R = 49.48%
G = 25.77%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C06460 (or 0xC06460) is known color: Contessa. HEX triplet: C0, 64 and 60. RGB value is (192,100,96). Sum of RGB (Red+Green+Blue) = 192+100+96=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 100 (39.45% from 255 or 25.77% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C06460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06460 is #3F9B9F. Grayscale: #7F7F7F. Windows color (decimal): -4168608 or 6317248. OLE color: 6317248.

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

Color convert

RGB 192 100 96 -
CMYK 0 0.48 0.50 0.25
HSL 2.5º 0.43% 0.56% -
HSV(B) 2.5º 0.5% 0.75% -
XYZ 28.41 21.17 13.65 -
YUV 127.05 110.48 174.33 -
System Red Green Blue C M Y K H S L
Decimal 192 100 96 0 0.48 0.50 0.25 2.5 0.43 0.56
Hex C0 64 60 0 30 32 19 2 2B 38
Octal 300 144 140 0 60 62 31 2 53 70
Binary 11000000 1100100 1100000 0 110000 110010 11001 10 101011 111000

Color Harmonies of #C06460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06460

Black with #C06460

Text Example


Text Example

White with #C06460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06460; }

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

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

background-color css

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

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

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

border-color css

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

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

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