Html Css Color HEX #C66665 Contessa

📋 copy color: '#C66665'

red 198 ◦ green 102 ◦ blue 101

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

Shades of Contessa #C66665

Tints of Contessa #C66665

RGB

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

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

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

R = 49.38%
G = 25.44%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C66665 (or 0xC66665) is known color: Contessa. HEX triplet: C6, 66 and 65. RGB value is (198,102,101). Sum of RGB (Red+Green+Blue) = 198+102+101=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 101 (39.84% from 255 or 25.19% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C66665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66665 is #39999A. Grayscale: #828282. Windows color (decimal): -3774875 or 6645446. OLE color: 6645446.

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

Color convert

RGB 198 102 101 -
CMYK 0 0.48 0.49 0.22
HSL 0.62º 0.46% 0.59% -
HSV(B) 0.62º 0.49% 0.78% -
XYZ 30.39 22.45 15.04 -
YUV 130.59 111.3 176.08 -
System Red Green Blue C M Y K H S L
Decimal 198 102 101 0 0.48 0.49 0.22 0.62 0.46 0.59
Hex C6 66 65 0 30 31 16 1 2E 3B
Octal 306 146 145 0 60 61 26 1 56 73
Binary 11000110 1100110 1100101 0 110000 110001 10110 1 101110 111011

Color Harmonies of #C66665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66665

Black with #C66665

Text Example


Text Example

White with #C66665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66665; }

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

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

background-color css

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

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

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

border-color css

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

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

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