Html Css Color HEX #C8AEA3 Clam Shell

📋 copy color: '#C8AEA3'

red 200 ◦ green 174 ◦ blue 163

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

Shades of Clam Shell #C8AEA3

Tints of Clam Shell #C8AEA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 30.35%

R = 37.24%
G = 32.4%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C8AEA3 (or 0xC8AEA3) is known color: Clam Shell. HEX triplet: C8, AE and A3. RGB value is (200,174,163). Sum of RGB (Red+Green+Blue) = 200+174+163=537 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.24% from 537); Green value is 174 (68.36% from 255 or 32.40% from 537); Blue value is 163 (64.06% from 255 or 30.35% from 537); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AEA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AEA3 is #37515C. Grayscale: #B4B4B4. Windows color (decimal): -3625309 or 10727112. OLE color: 10727112.

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

Color convert

RGB 200 174 163 -
CMYK 0 0.13 0.18 0.22
HSL 17.84º 0.25% 0.71% -
HSV(B) 17.84º 0.19% 0.78% -
XYZ 45.57 45.2 40.97 -
YUV 180.52 118.11 141.89 -
System Red Green Blue C M Y K H S L
Decimal 200 174 163 0 0.13 0.18 0.22 17.84 0.25 0.71
Hex C8 AE A3 0 D 12 16 12 19 47
Octal 310 256 243 0 15 22 26 22 31 107
Binary 11001000 10101110 10100011 0 1101 10010 10110 10010 11001 1000111

Color Harmonies of #C8AEA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AEA3

Black with #C8AEA3

Text Example


Text Example

White with #C8AEA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AEA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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