Html Css Color HEX #CAB5AD Clam Shell

📋 copy color: '#CAB5AD'

red 202 ◦ green 181 ◦ blue 173

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

Shades of Clam Shell #CAB5AD

Tints of Clam Shell #CAB5AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 31.12%

R = 36.33%
G = 32.55%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#CAB5AD (or 0xCAB5AD) is known color: Clam Shell. HEX triplet: CA, B5 and AD. RGB value is (202,181,173). Sum of RGB (Red+Green+Blue) = 202+181+173=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 181 (71.09% from 255 or 32.55% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB5AD is #354A52. Grayscale: #BABABA. Windows color (decimal): -3492435 or 11384266. OLE color: 11384266.

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

Color convert

RGB 202 181 173 -
CMYK 0 0.10 0.14 0.21
HSL 16.55º 0.21% 0.74% -
HSV(B) 16.55º 0.14% 0.79% -
XYZ 48.42 48.62 46.37 -
YUV 186.37 120.46 139.15 -
System Red Green Blue C M Y K H S L
Decimal 202 181 173 0 0.10 0.14 0.21 16.55 0.21 0.74
Hex CA B5 AD 0 A E 15 11 15 4A
Octal 312 265 255 0 12 16 25 21 25 112
Binary 11001010 10110101 10101101 0 1010 1110 10101 10001 10101 1001010

Color Harmonies of #CAB5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB5AD

Black with #CAB5AD

Text Example


Text Example

White with #CAB5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB5AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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