Html Css Color HEX #CCB7AA Clam Shell

📋 copy color: '#CCB7AA'

red 204 ◦ green 183 ◦ blue 170

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

Shades of Clam Shell #CCB7AA

Tints of Clam Shell #CCB7AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 30.52%

R = 36.62%
G = 32.85%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CCB7AA (or 0xCCB7AA) is known color: Clam Shell. HEX triplet: CC, B7 and AA. RGB value is (204,183,170). Sum of RGB (Red+Green+Blue) = 204+183+170=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 183 (71.88% from 255 or 32.85% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB7AA is #334855. Grayscale: #BBBBBB. Windows color (decimal): -3360854 or 11188172. OLE color: 11188172.

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

Color convert

RGB 204 183 170 -
CMYK 0 0.10 0.17 0.2
HSL 22.94º 0.25% 0.73% -
HSV(B) 22.94º 0.17% 0.8% -
XYZ 49.09 49.61 45.02 -
YUV 187.8 117.96 139.56 -
System Red Green Blue C M Y K H S L
Decimal 204 183 170 0 0.10 0.17 0.2 22.94 0.25 0.73
Hex CC B7 AA 0 A 11 14 17 19 49
Octal 314 267 252 0 12 21 24 27 31 111
Binary 11001100 10110111 10101010 0 1010 10001 10100 10111 11001 1001001

Color Harmonies of #CCB7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB7AA

Black with #CCB7AA

Text Example


Text Example

White with #CCB7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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