Html Css Color HEX #C06563 Contessa

📋 copy color: '#C06563'

red 192 ◦ green 101 ◦ blue 99

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

Shades of Contessa #C06563

Tints of Contessa #C06563

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.77%

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

R = 48.98%
G = 25.77%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C06563 (or 0xC06563) is known color: Contessa. HEX triplet: C0, 65 and 63. RGB value is (192,101,99). Sum of RGB (Red+Green+Blue) = 192+101+99=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 99 (39.06% from 255 or 25.26% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C06563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06563 is #3F9A9C. Grayscale: #808080. Windows color (decimal): -4168349 or 6514112. OLE color: 6514112.

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

Color convert

RGB 192 101 99 -
CMYK 0 0.47 0.48 0.25
HSL 1.29º 0.42% 0.57% -
HSV(B) 1.29º 0.48% 0.75% -
XYZ 28.64 21.41 14.43 -
YUV 127.98 111.65 173.66 -
System Red Green Blue C M Y K H S L
Decimal 192 101 99 0 0.47 0.48 0.25 1.29 0.42 0.57
Hex C0 65 63 0 2F 30 19 1 2A 39
Octal 300 145 143 0 57 60 31 1 52 71
Binary 11000000 1100101 1100011 0 101111 110000 11001 1 101010 111001

Color Harmonies of #C06563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06563

Black with #C06563

Text Example


Text Example

White with #C06563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06563; }

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

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

background-color css

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

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

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

border-color css

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

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

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