Html Css Color HEX #CAB5AA Clam Shell

📋 copy color: '#CAB5AA'

red 202 ◦ green 181 ◦ blue 170

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

Shades of Clam Shell #CAB5AA

Tints of Clam Shell #CAB5AA

RGB

 RED value IS 202 (79.3% from 255) = 36.53%

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

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

R = 36.53%
G = 32.73%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#CAB5AA (or 0xCAB5AA) is known color: Clam Shell. HEX triplet: CA, B5 and AA. RGB value is (202,181,170). Sum of RGB (Red+Green+Blue) = 202+181+170=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 181 (71.09% from 255 or 32.73% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB5AA is #354A55. Grayscale: #BABABA. Windows color (decimal): -3492438 or 11187658. OLE color: 11187658.

HSL color Cylindrical-coordinate representation of color #CAB5AA: hue angle of 20.62º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAB5AA is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 181 170 -
CMYK 0 0.10 0.16 0.21
HSL 20.63º 0.23% 0.73% -
HSV(B) 20.63º 0.16% 0.79% -
XYZ 48.14 48.51 44.86 -
YUV 186.03 118.96 139.39 -
System Red Green Blue C M Y K H S L
Decimal 202 181 170 0 0.10 0.16 0.21 20.63 0.23 0.73
Hex CA B5 AA 0 A 10 15 15 17 49
Octal 312 265 252 0 12 20 25 25 27 111
Binary 11001010 10110101 10101010 0 1010 10000 10101 10101 10111 1001001

Color Harmonies of #CAB5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB5AA

Black with #CAB5AA

Text Example


Text Example

White with #CAB5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB5AA; }

 p { color: rgb(202,181,170); }

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

background-color css

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

 a { background-color: rgb(202,181,170); }

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

border-color css

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

 span { border-color: rgb(202,181,170); }

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