Html Css Color HEX #C5AEA6 Clam Shell

📋 copy color: '#C5AEA6'

red 197 ◦ green 174 ◦ blue 166

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

Shades of Clam Shell #C5AEA6

Tints of Clam Shell #C5AEA6

RGB

 RED value IS 197 (77.34% from 255) = 36.69%

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

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

R = 36.69%
G = 32.4%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C5AEA6 (or 0xC5AEA6) is known color: Clam Shell. HEX triplet: C5, AE and A6. RGB value is (197,174,166). Sum of RGB (Red+Green+Blue) = 197+174+166=537 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.69% from 537); Green value is 174 (68.36% from 255 or 32.40% from 537); Blue value is 166 (65.23% from 255 or 30.91% from 537); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AEA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AEA6 is #3A5159. Grayscale: #B4B4B4. Windows color (decimal): -3821914 or 10923717. OLE color: 10923717.

HSL color Cylindrical-coordinate representation of color #C5AEA6: hue angle of 15.48º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5AEA6 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 174 166 -
CMYK 0 0.12 0.16 0.23
HSL 15.48º 0.21% 0.71% -
HSV(B) 15.48º 0.16% 0.77% -
XYZ 45.04 44.9 42.37 -
YUV 179.97 120.12 140.15 -
System Red Green Blue C M Y K H S L
Decimal 197 174 166 0 0.12 0.16 0.23 15.48 0.21 0.71
Hex C5 AE A6 0 C 10 17 F 15 47
Octal 305 256 246 0 14 20 27 17 25 107
Binary 11000101 10101110 10100110 0 1100 10000 10111 1111 10101 1000111

Color Harmonies of #C5AEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AEA6

Black with #C5AEA6

Text Example


Text Example

White with #C5AEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AEA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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