Html Css Color HEX #CCB2AA Clam Shell

📋 copy color: '#CCB2AA'

red 204 ◦ green 178 ◦ blue 170

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

Shades of Clam Shell #CCB2AA

Tints of Clam Shell #CCB2AA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.25%

 BLUE value IS 170 (66.8% from 255) = 30.8%

R = 36.96%
G = 32.25%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CCB2AA (or 0xCCB2AA) is known color: Clam Shell. HEX triplet: CC, B2 and AA. RGB value is (204,178,170). Sum of RGB (Red+Green+Blue) = 204+178+170=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 178 (69.92% from 255 or 32.25% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB2AA is #334D55. Grayscale: #B8B8B8. Windows color (decimal): -3362134 or 11186892. OLE color: 11186892.

HSL color Cylindrical-coordinate representation of color #CCB2AA: hue angle of 14.12º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCB2AA is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 178 170 -
CMYK 0 0.13 0.17 0.2
HSL 14.12º 0.25% 0.73% -
HSV(B) 14.12º 0.17% 0.8% -
XYZ 48.08 47.58 44.68 -
YUV 184.86 119.61 141.65 -
System Red Green Blue C M Y K H S L
Decimal 204 178 170 0 0.13 0.17 0.2 14.12 0.25 0.73
Hex CC B2 AA 0 D 11 14 E 19 49
Octal 314 262 252 0 15 21 24 16 31 111
Binary 11001100 10110010 10101010 0 1101 10001 10100 1110 11001 1001001

Color Harmonies of #CCB2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB2AA

Black with #CCB2AA

Text Example


Text Example

White with #CCB2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB2AA; }

 p { color: rgb(204,178,170); }

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

background-color css

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

 a { background-color: rgb(204,178,170); }

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

border-color css

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

 span { border-color: rgb(204,178,170); }

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