Html Css Color HEX #C66564 Contessa

📋 copy color: '#C66564'

red 198 ◦ green 101 ◦ blue 100

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

Shades of Contessa #C66564

Tints of Contessa #C66564

RGB

 RED value IS 198 (77.73% from 255) = 49.62%

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

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

R = 49.62%
G = 25.31%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C66564 (or 0xC66564) is known color: Contessa. HEX triplet: C6, 65 and 64. RGB value is (198,101,100). Sum of RGB (Red+Green+Blue) = 198+101+100=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 100 (39.45% from 255 or 25.06% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C66564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66564 is #399A9B. Grayscale: #818181. Windows color (decimal): -3775132 or 6579654. OLE color: 6579654.

HSL color Cylindrical-coordinate representation of color #C66564: hue angle of 0.61º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C66564 is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 101 100 -
CMYK 0 0.49 0.49 0.22
HSL 0.61º 0.46% 0.58% -
HSV(B) 0.61º 0.49% 0.78% -
XYZ 30.24 22.23 14.75 -
YUV 129.89 111.14 176.58 -
System Red Green Blue C M Y K H S L
Decimal 198 101 100 0 0.49 0.49 0.22 0.61 0.46 0.58
Hex C6 65 64 0 31 31 16 1 2E 3A
Octal 306 145 144 0 61 61 26 1 56 72
Binary 11000110 1100101 1100100 0 110001 110001 10110 1 101110 111010

Color Harmonies of #C66564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66564

Black with #C66564

Text Example


Text Example

White with #C66564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66564; }

 p { color: rgb(198,101,100); }

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

background-color css

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

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

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

border-color css

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

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

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