Html Css Color HEX #CCAEA8 Clam Shell

📋 copy color: '#CCAEA8'

red 204 ◦ green 174 ◦ blue 168

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

Shades of Clam Shell #CCAEA8

Tints of Clam Shell #CCAEA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30.77%

R = 37.36%
G = 31.87%
B = 30.77%

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

#CCAEA8 (or 0xCCAEA8) is known color: Clam Shell. HEX triplet: CC, AE and A8. RGB value is (204,174,168). Sum of RGB (Red+Green+Blue) = 204+174+168=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 174 (68.36% from 255 or 31.87% from 546); Blue value is 168 (66.02% from 255 or 30.77% from 546); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAEA8 is #335157. Grayscale: #B6B6B6. Windows color (decimal): -3363160 or 11054796. OLE color: 11054796.

HSL color Cylindrical-coordinate representation of color #CCAEA8: hue angle of 10º degrees, saturation: 0.26, 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 #CCAEA8 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 174 168 -
CMYK 0 0.15 0.18 0.2
HSL 10º 0.26% 0.73% -
HSV(B) 10º 0.18% 0.8% -
XYZ 47.11 45.94 43.43 -
YUV 182.29 119.94 143.49 -
System Red Green Blue C M Y K H S L
Decimal 204 174 168 0 0.15 0.18 0.2 10 0.26 0.73
Hex CC AE A8 0 F 12 14 A 1A 49
Octal 314 256 250 0 17 22 24 12 32 111
Binary 11001100 10101110 10101000 0 1111 10010 10100 1010 11010 1001001

Color Harmonies of #CCAEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAEA8

Black with #CCAEA8

Text Example


Text Example

White with #CCAEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAEA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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