Html Css Color HEX #CCB5AE Clam Shell

📋 copy color: '#CCB5AE'

red 204 ◦ green 181 ◦ blue 174

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

Shades of Clam Shell #CCB5AE

Tints of Clam Shell #CCB5AE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.38%

 BLUE value IS 174 (68.36% from 255) = 31.13%

R = 36.49%
G = 32.38%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CCB5AE (or 0xCCB5AE) is known color: Clam Shell. HEX triplet: CC, B5 and AE. RGB value is (204,181,174). Sum of RGB (Red+Green+Blue) = 204+181+174=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 181 (71.09% from 255 or 32.38% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB5AE is #334A51. Grayscale: #BBBBBB. Windows color (decimal): -3361362 or 11449804. OLE color: 11449804.

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

Color convert

RGB 204 181 174 -
CMYK 0 0.11 0.15 0.2
HSL 14º 0.23% 0.74% -
HSV(B) 14º 0.15% 0.8% -
XYZ 49.07 48.94 46.9 -
YUV 187.08 120.62 140.07 -
System Red Green Blue C M Y K H S L
Decimal 204 181 174 0 0.11 0.15 0.2 14 0.23 0.74
Hex CC B5 AE 0 B F 14 E 17 4A
Octal 314 265 256 0 13 17 24 16 27 112
Binary 11001100 10110101 10101110 0 1011 1111 10100 1110 10111 1001010

Color Harmonies of #CCB5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB5AE

Black with #CCB5AE

Text Example


Text Example

White with #CCB5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB5AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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