Html Css Color HEX #CCB4AD Clam Shell

📋 copy color: '#CCB4AD'

red 204 ◦ green 180 ◦ blue 173

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

Shades of Clam Shell #CCB4AD

Tints of Clam Shell #CCB4AD

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.32%

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

R = 36.62%
G = 32.32%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CCB4AD (or 0xCCB4AD) is known color: Clam Shell. HEX triplet: CC, B4 and AD. RGB value is (204,180,173). Sum of RGB (Red+Green+Blue) = 204+180+173=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 180 (70.70% from 255 or 32.32% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB4AD is #334B52. Grayscale: #BABABA. Windows color (decimal): -3361619 or 11384012. OLE color: 11384012.

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

Color convert

RGB 204 180 173 -
CMYK 0 0.12 0.15 0.2
HSL 13.55º 0.23% 0.74% -
HSV(B) 13.55º 0.15% 0.8% -
XYZ 48.77 48.5 46.33 -
YUV 186.38 120.45 140.57 -
System Red Green Blue C M Y K H S L
Decimal 204 180 173 0 0.12 0.15 0.2 13.55 0.23 0.74
Hex CC B4 AD 0 C F 14 E 17 4A
Octal 314 264 255 0 14 17 24 16 27 112
Binary 11001100 10110100 10101101 0 1100 1111 10100 1110 10111 1001010

Color Harmonies of #CCB4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB4AD

Black with #CCB4AD

Text Example


Text Example

White with #CCB4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB4AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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