Html Css Color HEX #CCB0AA Clam Shell

📋 copy color: '#CCB0AA'

red 204 ◦ green 176 ◦ blue 170

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

Shades of Clam Shell #CCB0AA

Tints of Clam Shell #CCB0AA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32%

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

R = 37.09%
G = 32%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CCB0AA (or 0xCCB0AA) is known color: Clam Shell. HEX triplet: CC, B0 and AA. RGB value is (204,176,170). Sum of RGB (Red+Green+Blue) = 204+176+170=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 176 (69.14% from 255 or 32% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB0AA is #334F55. Grayscale: #B7B7B7. Windows color (decimal): -3362646 or 11186380. OLE color: 11186380.

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

Color convert

RGB 204 176 170 -
CMYK 0 0.14 0.17 0.2
HSL 10.59º 0.25% 0.73% -
HSV(B) 10.59º 0.17% 0.8% -
XYZ 47.68 46.79 44.55 -
YUV 183.69 120.28 142.49 -
System Red Green Blue C M Y K H S L
Decimal 204 176 170 0 0.14 0.17 0.2 10.59 0.25 0.73
Hex CC B0 AA 0 E 11 14 B 19 49
Octal 314 260 252 0 16 21 24 13 31 111
Binary 11001100 10110000 10101010 0 1110 10001 10100 1011 11001 1001001

Color Harmonies of #CCB0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB0AA

Black with #CCB0AA

Text Example


Text Example

White with #CCB0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB0AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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