Html Css Color HEX #CCB3AC Clam Shell

📋 copy color: '#CCB3AC'

red 204 ◦ green 179 ◦ blue 172

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

Shades of Clam Shell #CCB3AC

Tints of Clam Shell #CCB3AC

RGB

 RED value IS 204 (80.08% from 255) = 36.76%

 GREEN value IS 179 (70.31% from 255) = 32.25%

 BLUE value IS 172 (67.58% from 255) = 30.99%

R = 36.76%
G = 32.25%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CCB3AC (or 0xCCB3AC) is known color: Clam Shell. HEX triplet: CC, B3 and AC. RGB value is (204,179,172). Sum of RGB (Red+Green+Blue) = 204+179+172=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 179 (70.31% from 255 or 32.25% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB3AC is #334C53. Grayscale: #B9B9B9. Windows color (decimal): -3361876 or 11318220. OLE color: 11318220.

HSL color Cylindrical-coordinate representation of color #CCB3AC: hue angle of 13.12º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCB3AC is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 179 172 -
CMYK 0 0.12 0.16 0.2
HSL 13.13º 0.24% 0.74% -
HSV(B) 13.13º 0.16% 0.8% -
XYZ 48.47 48.06 45.75 -
YUV 185.68 120.28 141.07 -
System Red Green Blue C M Y K H S L
Decimal 204 179 172 0 0.12 0.16 0.2 13.13 0.24 0.74
Hex CC B3 AC 0 C 10 14 D 18 4A
Octal 314 263 254 0 14 20 24 15 30 112
Binary 11001100 10110011 10101100 0 1100 10000 10100 1101 11000 1001010

Color Harmonies of #CCB3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB3AC

Black with #CCB3AC

Text Example


Text Example

White with #CCB3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB3AC; }

 p { color: rgb(204,179,172); }

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

background-color css

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

 a { background-color: rgb(204,179,172); }

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

border-color css

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

 span { border-color: rgb(204,179,172); }

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