Html Css Color HEX #C4AFA6 Clam Shell

📋 copy color: '#C4AFA6'

red 196 ◦ green 175 ◦ blue 166

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

Shades of Clam Shell #C4AFA6

Tints of Clam Shell #C4AFA6

RGB

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

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

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

R = 36.5%
G = 32.59%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C4AFA6 (or 0xC4AFA6) is known color: Clam Shell. HEX triplet: C4, AF and A6. RGB value is (196,175,166). Sum of RGB (Red+Green+Blue) = 196+175+166=537 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.50% from 537); Green value is 175 (68.75% from 255 or 32.59% from 537); Blue value is 166 (65.23% from 255 or 30.91% from 537); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AFA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AFA6 is #3B5059. Grayscale: #B4B4B4. Windows color (decimal): -3887194 or 10923972. OLE color: 10923972.

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

Color convert

RGB 196 175 166 -
CMYK 0 0.11 0.15 0.23
HSL 18º 0.2% 0.71% -
HSV(B) 18º 0.15% 0.77% -
XYZ 44.98 45.15 42.42 -
YUV 180.25 119.96 139.23 -
System Red Green Blue C M Y K H S L
Decimal 196 175 166 0 0.11 0.15 0.23 18 0.2 0.71
Hex C4 AF A6 0 B F 17 12 14 47
Octal 304 257 246 0 13 17 27 22 24 107
Binary 11000100 10101111 10100110 0 1011 1111 10111 10010 10100 1000111

Color Harmonies of #C4AFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AFA6

Black with #C4AFA6

Text Example


Text Example

White with #C4AFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AFA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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