Html Css Color HEX #C4AFA8 Clam Shell

📋 copy color: '#C4AFA8'

red 196 ◦ green 175 ◦ blue 168

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

Shades of Clam Shell #C4AFA8

Tints of Clam Shell #C4AFA8

RGB

 RED value IS 196 (76.95% from 255) = 36.36%

 GREEN value IS 175 (68.75% from 255) = 32.47%

 BLUE value IS 168 (66.02% from 255) = 31.17%

R = 36.36%
G = 32.47%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C4AFA8 (or 0xC4AFA8) is known color: Clam Shell. HEX triplet: C4, AF and A8. RGB value is (196,175,168). Sum of RGB (Red+Green+Blue) = 196+175+168=539 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.36% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 168 (66.02% from 255 or 31.17% from 539); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AFA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AFA8 is #3B5057. Grayscale: #B4B4B4. Windows color (decimal): -3887192 or 11055044. OLE color: 11055044.

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

Color convert

RGB 196 175 168 -
CMYK 0 0.11 0.14 0.23
HSL 15º 0.19% 0.71% -
HSV(B) 15º 0.14% 0.77% -
XYZ 45.16 45.22 43.39 -
YUV 180.48 120.96 139.07 -
System Red Green Blue C M Y K H S L
Decimal 196 175 168 0 0.11 0.14 0.23 15 0.19 0.71
Hex C4 AF A8 0 B E 17 F 13 47
Octal 304 257 250 0 13 16 27 17 23 107
Binary 11000100 10101111 10101000 0 1011 1110 10111 1111 10011 1000111

Color Harmonies of #C4AFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AFA8

Black with #C4AFA8

Text Example


Text Example

White with #C4AFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AFA8; }

 p { color: rgb(196,175,168); }

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

background-color css

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

 a { background-color: rgb(196,175,168); }

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

border-color css

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

 span { border-color: rgb(196,175,168); }

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