Html Css Color HEX #CCB7AB Clam Shell

📋 copy color: '#CCB7AB'

red 204 ◦ green 183 ◦ blue 171

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

Shades of Clam Shell #CCB7AB

Tints of Clam Shell #CCB7AB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.8%

 BLUE value IS 171 (67.19% from 255) = 30.65%

R = 36.56%
G = 32.8%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CCB7AB (or 0xCCB7AB) is known color: Clam Shell. HEX triplet: CC, B7 and AB. RGB value is (204,183,171). Sum of RGB (Red+Green+Blue) = 204+183+171=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 183 (71.88% from 255 or 32.80% from 558); Blue value is 171 (67.19% from 255 or 30.65% from 558); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB7AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB7AB is #334854. Grayscale: #BBBBBB. Windows color (decimal): -3360853 or 11253708. OLE color: 11253708.

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

Color convert

RGB 204 183 171 -
CMYK 0 0.10 0.16 0.2
HSL 21.82º 0.24% 0.74% -
HSV(B) 21.82º 0.16% 0.8% -
XYZ 49.19 49.64 45.52 -
YUV 187.91 118.46 139.48 -
System Red Green Blue C M Y K H S L
Decimal 204 183 171 0 0.10 0.16 0.2 21.82 0.24 0.74
Hex CC B7 AB 0 A 10 14 16 18 4A
Octal 314 267 253 0 12 20 24 26 30 112
Binary 11001100 10110111 10101011 0 1010 10000 10100 10110 11000 1001010

Color Harmonies of #CCB7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB7AB

Black with #CCB7AB

Text Example


Text Example

White with #CCB7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB7AB; }

 p { color: rgb(204,183,171); }

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

background-color css

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

 a { background-color: rgb(204,183,171); }

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

border-color css

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

 span { border-color: rgb(204,183,171); }

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