Html Css Color HEX #C06464 Contessa

📋 copy color: '#C06464'

red 192 ◦ green 100 ◦ blue 100

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

Shades of Contessa #C06464

Tints of Contessa #C06464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.51%

R = 48.98%
G = 25.51%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C06464 (or 0xC06464) is known color: Contessa. HEX triplet: C0, 64 and 64. RGB value is (192,100,100). Sum of RGB (Red+Green+Blue) = 192+100+100=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 100 (39.45% from 255 or 25.51% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C06464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06464 is #3F9B9B. Grayscale: #7F7F7F. Windows color (decimal): -4168604 or 6579392. OLE color: 6579392.

HSL color Cylindrical-coordinate representation of color #C06464: hue angle of 0º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C06464 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 100 100 -
CMYK 0 0.48 0.48 0.25
HSL 0.42% 0.57% -
HSV(B) 0.48% 0.75% -
XYZ 28.6 21.24 14.65 -
YUV 127.51 112.48 174 -
System Red Green Blue C M Y K H S L
Decimal 192 100 100 0 0.48 0.48 0.25 0 0.42 0.57
Hex C0 64 64 0 30 30 19 0 2A 39
Octal 300 144 144 0 60 60 31 0 52 71
Binary 11000000 1100100 1100100 0 110000 110000 11001 0 101010 111001

Color Harmonies of #C06464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06464

Black with #C06464

Text Example


Text Example

White with #C06464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06464; }

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

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

background-color css

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

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

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

border-color css

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

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

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