Html Css Color HEX #CCB6AD Clam Shell

📋 copy color: '#CCB6AD'

red 204 ◦ green 182 ◦ blue 173

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

Shades of Clam Shell #CCB6AD

Tints of Clam Shell #CCB6AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 30.95%

R = 36.49%
G = 32.56%
B = 30.95%

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

#CCB6AD (or 0xCCB6AD) is known color: Clam Shell. HEX triplet: CC, B6 and AD. RGB value is (204,182,173). Sum of RGB (Red+Green+Blue) = 204+182+173=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 182 (71.48% from 255 or 32.56% from 559); Blue value is 173 (67.97% from 255 or 30.95% from 559); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB6AD is #334952. Grayscale: #BBBBBB. Windows color (decimal): -3361107 or 11384524. OLE color: 11384524.

HSL color Cylindrical-coordinate representation of color #CCB6AD: hue angle of 17.42º 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 #CCB6AD is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 182 173 -
CMYK 0 0.11 0.15 0.2
HSL 17.42º 0.23% 0.74% -
HSV(B) 17.42º 0.15% 0.8% -
XYZ 49.17 49.31 46.46 -
YUV 187.55 119.79 139.73 -
System Red Green Blue C M Y K H S L
Decimal 204 182 173 0 0.11 0.15 0.2 17.42 0.23 0.74
Hex CC B6 AD 0 B F 14 11 17 4A
Octal 314 266 255 0 13 17 24 21 27 112
Binary 11001100 10110110 10101101 0 1011 1111 10100 10001 10111 1001010

Color Harmonies of #CCB6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB6AD

Black with #CCB6AD

Text Example


Text Example

White with #CCB6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB6AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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