Html Css Color HEX #C66865 Contessa

📋 copy color: '#C66865'

red 198 ◦ green 104 ◦ blue 101

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

Shades of Contessa #C66865

Tints of Contessa #C66865

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.81%

 BLUE value IS 101 (39.84% from 255) = 25.06%

R = 49.13%
G = 25.81%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C66865 (or 0xC66865) is known color: Contessa. HEX triplet: C6, 68 and 65. RGB value is (198,104,101). Sum of RGB (Red+Green+Blue) = 198+104+101=403 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.13% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 198 - color contains mainly: red. Hex color #C66865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66865 is #39979A. Grayscale: #838383. Windows color (decimal): -3774363 or 6645958. OLE color: 6645958.

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

Color convert

RGB 198 104 101 -
CMYK 0 0.47 0.49 0.22
HSL 1.86º 0.46% 0.59% -
HSV(B) 1.86º 0.49% 0.78% -
XYZ 30.59 22.85 15.11 -
YUV 131.76 110.64 175.24 -
System Red Green Blue C M Y K H S L
Decimal 198 104 101 0 0.47 0.49 0.22 1.86 0.46 0.59
Hex C6 68 65 0 2F 31 16 2 2E 3B
Octal 306 150 145 0 57 61 26 2 56 73
Binary 11000110 1101000 1100101 0 101111 110001 10110 10 101110 111011

Color Harmonies of #C66865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66865

Black with #C66865

Text Example


Text Example

White with #C66865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66865; }

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

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

background-color css

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

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

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

border-color css

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

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

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