Html Css Color HEX #CCB5A7 Clam Shell

📋 copy color: '#CCB5A7'

red 204 ◦ green 181 ◦ blue 167

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

Shades of Clam Shell #CCB5A7

Tints of Clam Shell #CCB5A7

RGB

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

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

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

R = 36.96%
G = 32.79%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.18

 K value IS 0.2

RGB Variations

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

Color information

#CCB5A7 (or 0xCCB5A7) is known color: Clam Shell. HEX triplet: CC, B5 and A7. RGB value is (204,181,167). Sum of RGB (Red+Green+Blue) = 204+181+167=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 181 (71.09% from 255 or 32.79% from 552); Blue value is 167 (65.62% from 255 or 30.25% from 552); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB5A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB5A7 is #334A58. Grayscale: #BABABA. Windows color (decimal): -3361369 or 10991052. OLE color: 10991052.

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

Color convert

RGB 204 181 167 -
CMYK 0 0.11 0.18 0.2
HSL 22.7º 0.27% 0.73% -
HSV(B) 22.7º 0.18% 0.8% -
XYZ 48.4 48.68 43.4 -
YUV 186.28 117.12 140.64 -
System Red Green Blue C M Y K H S L
Decimal 204 181 167 0 0.11 0.18 0.2 22.7 0.27 0.73
Hex CC B5 A7 0 B 12 14 17 1B 49
Octal 314 265 247 0 13 22 24 27 33 111
Binary 11001100 10110101 10100111 0 1011 10010 10100 10111 11011 1001001

Color Harmonies of #CCB5A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB5A7

Black with #CCB5A7

Text Example


Text Example

White with #CCB5A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB5A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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