Html Css Color HEX #C8ADA4 Clam Shell

📋 copy color: '#C8ADA4'

red 200 ◦ green 173 ◦ blue 164

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

Shades of Clam Shell #C8ADA4

Tints of Clam Shell #C8ADA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 30.54%

R = 37.24%
G = 32.22%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C8ADA4 (or 0xC8ADA4) is known color: Clam Shell. HEX triplet: C8, AD and A4. RGB value is (200,173,164). Sum of RGB (Red+Green+Blue) = 200+173+164=537 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.24% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 164 (64.45% from 255 or 30.54% from 537); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ADA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8ADA4 is #37525B. Grayscale: #B4B4B4. Windows color (decimal): -3625564 or 10792392. OLE color: 10792392.

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

Color convert

RGB 200 173 164 -
CMYK 0 0.14 0.18 0.22
HSL 15º 0.25% 0.71% -
HSV(B) 15º 0.18% 0.78% -
XYZ 45.46 44.85 41.38 -
YUV 180.05 118.95 142.23 -
System Red Green Blue C M Y K H S L
Decimal 200 173 164 0 0.14 0.18 0.22 15 0.25 0.71
Hex C8 AD A4 0 E 12 16 F 19 47
Octal 310 255 244 0 16 22 26 17 31 107
Binary 11001000 10101101 10100100 0 1110 10010 10110 1111 11001 1000111

Color Harmonies of #C8ADA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8ADA4

Black with #C8ADA4

Text Example


Text Example

White with #C8ADA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8ADA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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