Html Css Color HEX #C16666 Contessa

📋 copy color: '#C16666'

red 193 ◦ green 102 ◦ blue 102

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

Shades of Contessa #C16666

Tints of Contessa #C16666

RGB

 RED value IS 193 (75.78% from 255) = 48.61%

 GREEN value IS 102 (40.23% from 255) = 25.69%

 BLUE value IS 102 (40.23% from 255) = 25.69%

R = 48.61%
G = 25.69%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C16666 (or 0xC16666) is known color: Contessa. HEX triplet: C1, 66 and 66. RGB value is (193,102,102). Sum of RGB (Red+Green+Blue) = 193+102+102=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C16666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16666 is #3E9999. Grayscale: #818181. Windows color (decimal): -4102554 or 6710977. OLE color: 6710977.

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

Color convert

RGB 193 102 102 -
CMYK 0 0.47 0.47 0.24
HSL 0.42% 0.58% -
HSV(B) 0.47% 0.76% -
XYZ 29.14 21.8 15.24 -
YUV 129.21 112.65 173.5 -
System Red Green Blue C M Y K H S L
Decimal 193 102 102 0 0.47 0.47 0.24 0 0.42 0.58
Hex C1 66 66 0 2F 2F 18 0 2A 3A
Octal 301 146 146 0 57 57 30 0 52 72
Binary 11000001 1100110 1100110 0 101111 101111 11000 0 101010 111010

Color Harmonies of #C16666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16666

Black with #C16666

Text Example


Text Example

White with #C16666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16666; }

 p { color: rgb(193,102,102); }

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

background-color css

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

 a { background-color: rgb(193,102,102); }

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

border-color css

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

 span { border-color: rgb(193,102,102); }

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