Html Css Color HEX #C6ADA6 Clam Shell

📋 copy color: '#C6ADA6'

red 198 ◦ green 173 ◦ blue 166

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

Shades of Clam Shell #C6ADA6

Tints of Clam Shell #C6ADA6

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.22%

 BLUE value IS 166 (65.23% from 255) = 30.91%

R = 36.87%
G = 32.22%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C6ADA6 (or 0xC6ADA6) is known color: Clam Shell. HEX triplet: C6, AD and A6. RGB value is (198,173,166). Sum of RGB (Red+Green+Blue) = 198+173+166=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 166 (65.23% from 255 or 30.91% from 537); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ADA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6ADA6 is #395259. Grayscale: #B3B3B3. Windows color (decimal): -3756634 or 10923462. OLE color: 10923462.

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

Color convert

RGB 198 173 166 -
CMYK 0 0.13 0.16 0.22
HSL 13.13º 0.22% 0.71% -
HSV(B) 13.13º 0.16% 0.78% -
XYZ 45.12 44.65 42.32 -
YUV 179.68 120.28 141.07 -
System Red Green Blue C M Y K H S L
Decimal 198 173 166 0 0.13 0.16 0.22 13.13 0.22 0.71
Hex C6 AD A6 0 D 10 16 D 16 47
Octal 306 255 246 0 15 20 26 15 26 107
Binary 11000110 10101101 10100110 0 1101 10000 10110 1101 10110 1000111

Color Harmonies of #C6ADA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ADA6

Black with #C6ADA6

Text Example


Text Example

White with #C6ADA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ADA6; }

 p { color: rgb(198,173,166); }

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

background-color css

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

 a { background-color: rgb(198,173,166); }

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

border-color css

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

 span { border-color: rgb(198,173,166); }

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