Html Css Color HEX #CCAEA0 Clam Shell

📋 copy color: '#CCAEA0'

red 204 ◦ green 174 ◦ blue 160

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

Shades of Clam Shell #CCAEA0

Tints of Clam Shell #CCAEA0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.34%

 BLUE value IS 160 (62.89% from 255) = 29.74%

R = 37.92%
G = 32.34%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CCAEA0 (or 0xCCAEA0) is known color: Clam Shell. HEX triplet: CC, AE and A0. RGB value is (204,174,160). Sum of RGB (Red+Green+Blue) = 204+174+160=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 160 (62.89% from 255 or 29.74% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAEA0 is #33515F. Grayscale: #B5B5B5. Windows color (decimal): -3363168 or 10530508. OLE color: 10530508.

HSL color Cylindrical-coordinate representation of color #CCAEA0: hue angle of 19.09º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCAEA0 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 174 160 -
CMYK 0 0.15 0.22 0.2
HSL 19.09º 0.3% 0.71% -
HSV(B) 19.09º 0.22% 0.8% -
XYZ 46.38 45.65 39.62 -
YUV 181.37 115.94 144.14 -
System Red Green Blue C M Y K H S L
Decimal 204 174 160 0 0.15 0.22 0.2 19.09 0.3 0.71
Hex CC AE A0 0 F 16 14 13 1E 47
Octal 314 256 240 0 17 26 24 23 36 107
Binary 11001100 10101110 10100000 0 1111 10110 10100 10011 11110 1000111

Color Harmonies of #CCAEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAEA0

Black with #CCAEA0

Text Example


Text Example

White with #CCAEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAEA0; }

 p { color: rgb(204,174,160); }

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

background-color css

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

 a { background-color: rgb(204,174,160); }

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

border-color css

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

 span { border-color: rgb(204,174,160); }

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