Html Css Color HEX #C8ADA6 Clam Shell

📋 copy color: '#C8ADA6'

red 200 ◦ green 173 ◦ blue 166

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

Shades of Clam Shell #C8ADA6

Tints of Clam Shell #C8ADA6

RGB

 RED value IS 200 (78.52% from 255) = 37.11%

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

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

R = 37.11%
G = 32.1%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C8ADA6 (or 0xC8ADA6) is known color: Clam Shell. HEX triplet: C8, AD and A6. RGB value is (200,173,166). Sum of RGB (Red+Green+Blue) = 200+173+166=539 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.11% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 166 (65.23% from 255 or 30.80% from 539); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ADA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8ADA6 is #375259. Grayscale: #B4B4B4. Windows color (decimal): -3625562 or 10923464. OLE color: 10923464.

HSL color Cylindrical-coordinate representation of color #C8ADA6: hue angle of 12.35º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8ADA6 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 173 166 -
CMYK 0 0.14 0.17 0.22
HSL 12.35º 0.24% 0.72% -
HSV(B) 12.35º 0.17% 0.78% -
XYZ 45.65 44.92 42.34 -
YUV 180.28 119.95 142.07 -
System Red Green Blue C M Y K H S L
Decimal 200 173 166 0 0.14 0.17 0.22 12.35 0.24 0.72
Hex C8 AD A6 0 E 11 16 C 18 48
Octal 310 255 246 0 16 21 26 14 30 110
Binary 11001000 10101101 10100110 0 1110 10001 10110 1100 11000 1001000

Color Harmonies of #C8ADA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8ADA6

Black with #C8ADA6

Text Example


Text Example

White with #C8ADA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8ADA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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