Html Css Color HEX #CCB6AE Clam Shell

📋 copy color: '#CCB6AE'

red 204 ◦ green 182 ◦ blue 174

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

Shades of Clam Shell #CCB6AE

Tints of Clam Shell #CCB6AE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.5%

 BLUE value IS 174 (68.36% from 255) = 31.07%

R = 36.43%
G = 32.5%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CCB6AE (or 0xCCB6AE) is known color: Clam Shell. HEX triplet: CC, B6 and AE. RGB value is (204,182,174). Sum of RGB (Red+Green+Blue) = 204+182+174=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 182 (71.48% from 255 or 32.5% from 560); Blue value is 174 (68.36% from 255 or 31.07% from 560); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB6AE is #334951. Grayscale: #BBBBBB. Windows color (decimal): -3361106 or 11450060. OLE color: 11450060.

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

Color convert

RGB 204 182 174 -
CMYK 0 0.11 0.15 0.2
HSL 16º 0.23% 0.74% -
HSV(B) 16º 0.15% 0.8% -
XYZ 49.27 49.35 46.97 -
YUV 187.67 120.29 139.65 -
System Red Green Blue C M Y K H S L
Decimal 204 182 174 0 0.11 0.15 0.2 16 0.23 0.74
Hex CC B6 AE 0 B F 14 10 17 4A
Octal 314 266 256 0 13 17 24 20 27 112
Binary 11001100 10110110 10101110 0 1011 1111 10100 10000 10111 1001010

Color Harmonies of #CCB6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB6AE

Black with #CCB6AE

Text Example


Text Example

White with #CCB6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB6AE; }

 p { color: rgb(204,182,174); }

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

background-color css

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

 a { background-color: rgb(204,182,174); }

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

border-color css

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

 span { border-color: rgb(204,182,174); }

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