Html Css Color HEX #C8AEA4 Clam Shell

📋 copy color: '#C8AEA4'

red 200 ◦ green 174 ◦ blue 164

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

Shades of Clam Shell #C8AEA4

Tints of Clam Shell #C8AEA4

RGB

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

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

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

R = 37.17%
G = 32.34%
B = 30.48%

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

#C8AEA4 (or 0xC8AEA4) is known color: Clam Shell. HEX triplet: C8, AE and A4. RGB value is (200,174,164). Sum of RGB (Red+Green+Blue) = 200+174+164=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 164 (64.45% from 255 or 30.48% from 538); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AEA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AEA4 is #37515B. Grayscale: #B4B4B4. Windows color (decimal): -3625308 or 10792648. OLE color: 10792648.

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

Color convert

RGB 200 174 164 -
CMYK 0 0.13 0.18 0.22
HSL 16.67º 0.25% 0.71% -
HSV(B) 16.67º 0.18% 0.78% -
XYZ 45.66 45.23 41.45 -
YUV 180.63 118.61 141.81 -
System Red Green Blue C M Y K H S L
Decimal 200 174 164 0 0.13 0.18 0.22 16.67 0.25 0.71
Hex C8 AE A4 0 D 12 16 11 19 47
Octal 310 256 244 0 15 22 26 21 31 107
Binary 11001000 10101110 10100100 0 1101 10010 10110 10001 11001 1000111

Color Harmonies of #C8AEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AEA4

Black with #C8AEA4

Text Example


Text Example

White with #C8AEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AEA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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