Html Css Color HEX #CCB4AB Clam Shell

📋 copy color: '#CCB4AB'

red 204 ◦ green 180 ◦ blue 171

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

Shades of Clam Shell #CCB4AB

Tints of Clam Shell #CCB4AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.81%

R = 36.76%
G = 32.43%
B = 30.81%

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

#CCB4AB (or 0xCCB4AB) is known color: Clam Shell. HEX triplet: CC, B4 and AB. RGB value is (204,180,171). Sum of RGB (Red+Green+Blue) = 204+180+171=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 180 (70.70% from 255 or 32.43% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB4AB is #334B54. Grayscale: #BABABA. Windows color (decimal): -3361621 or 11252940. OLE color: 11252940.

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

Color convert

RGB 204 180 171 -
CMYK 0 0.12 0.16 0.2
HSL 16.36º 0.24% 0.74% -
HSV(B) 16.36º 0.16% 0.8% -
XYZ 48.57 48.42 45.31 -
YUV 186.15 119.45 140.73 -
System Red Green Blue C M Y K H S L
Decimal 204 180 171 0 0.12 0.16 0.2 16.36 0.24 0.74
Hex CC B4 AB 0 C 10 14 10 18 4A
Octal 314 264 253 0 14 20 24 20 30 112
Binary 11001100 10110100 10101011 0 1100 10000 10100 10000 11000 1001010

Color Harmonies of #CCB4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB4AB

Black with #CCB4AB

Text Example


Text Example

White with #CCB4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB4AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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