Html Css Color HEX #C06363 Contessa

📋 copy color: '#C06363'

red 192 ◦ green 99 ◦ blue 99

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

Shades of Contessa #C06363

Tints of Contessa #C06363

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.38%

 BLUE value IS 99 (39.06% from 255) = 25.38%

R = 49.23%
G = 25.38%
B = 25.38%

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

#C06363 (or 0xC06363) is known color: Contessa. HEX triplet: C0, 63 and 63. RGB value is (192,99,99). Sum of RGB (Red+Green+Blue) = 192+99+99=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 99 (39.06% from 255 or 25.38% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C06363 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06363 is #3F9C9C. Grayscale: #7E7E7E. Windows color (decimal): -4168861 or 6513600. OLE color: 6513600.

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

Color convert

RGB 192 99 99 -
CMYK 0 0.48 0.48 0.25
HSL 0.42% 0.57% -
HSV(B) 0.48% 0.75% -
XYZ 28.45 21.03 14.36 -
YUV 126.81 112.31 174.5 -
System Red Green Blue C M Y K H S L
Decimal 192 99 99 0 0.48 0.48 0.25 0 0.42 0.57
Hex C0 63 63 0 30 30 19 0 2A 39
Octal 300 143 143 0 60 60 31 0 52 71
Binary 11000000 1100011 1100011 0 110000 110000 11001 0 101010 111001

Color Harmonies of #C06363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06363

Black with #C06363

Text Example


Text Example

White with #C06363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06363; }

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

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

background-color css

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

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

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

border-color css

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

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

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