Html Css Color HEX #C8AEA6 Clam Shell

📋 copy color: '#C8AEA6'

red 200 ◦ green 174 ◦ blue 166

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

Shades of Clam Shell #C8AEA6

Tints of Clam Shell #C8AEA6

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.22%

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

R = 37.04%
G = 32.22%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C8AEA6 (or 0xC8AEA6) is known color: Clam Shell. HEX triplet: C8, AE and A6. RGB value is (200,174,166). Sum of RGB (Red+Green+Blue) = 200+174+166=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 166 (65.23% from 255 or 30.74% from 540); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AEA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AEA6 is #375159. Grayscale: #B4B4B4. Windows color (decimal): -3625306 or 10923720. OLE color: 10923720.

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

Color convert

RGB 200 174 166 -
CMYK 0 0.13 0.17 0.22
HSL 14.12º 0.24% 0.72% -
HSV(B) 14.12º 0.17% 0.78% -
XYZ 45.84 45.3 42.41 -
YUV 180.86 119.61 141.65 -
System Red Green Blue C M Y K H S L
Decimal 200 174 166 0 0.13 0.17 0.22 14.12 0.24 0.72
Hex C8 AE A6 0 D 11 16 E 18 48
Octal 310 256 246 0 15 21 26 16 30 110
Binary 11001000 10101110 10100110 0 1101 10001 10110 1110 11000 1001000

Color Harmonies of #C8AEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AEA6

Black with #C8AEA6

Text Example


Text Example

White with #C8AEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AEA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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