Html Css Color HEX #CCAEA7 Clam Shell

📋 copy color: '#CCAEA7'

red 204 ◦ green 174 ◦ blue 167

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

Shades of Clam Shell #CCAEA7

Tints of Clam Shell #CCAEA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 30.64%

R = 37.43%
G = 31.93%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.2

RGB Variations

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

Color information

#CCAEA7 (or 0xCCAEA7) is known color: Clam Shell. HEX triplet: CC, AE and A7. RGB value is (204,174,167). Sum of RGB (Red+Green+Blue) = 204+174+167=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 167 (65.62% from 255 or 30.64% from 545); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAEA7 is #335158. Grayscale: #B6B6B6. Windows color (decimal): -3363161 or 10989260. OLE color: 10989260.

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

Color convert

RGB 204 174 167 -
CMYK 0 0.15 0.18 0.2
HSL 11.35º 0.27% 0.73% -
HSV(B) 11.35º 0.18% 0.8% -
XYZ 47.01 45.9 42.94 -
YUV 182.17 119.44 143.57 -
System Red Green Blue C M Y K H S L
Decimal 204 174 167 0 0.15 0.18 0.2 11.35 0.27 0.73
Hex CC AE A7 0 F 12 14 B 1B 49
Octal 314 256 247 0 17 22 24 13 33 111
Binary 11001100 10101110 10100111 0 1111 10010 10100 1011 11011 1001001

Color Harmonies of #CCAEA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAEA7

Black with #CCAEA7

Text Example


Text Example

White with #CCAEA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAEA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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