Html Css Color HEX #CDB5AD Clam Shell

📋 copy color: '#CDB5AD'

red 205 ◦ green 181 ◦ blue 173

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

Shades of Clam Shell #CDB5AD

Tints of Clam Shell #CDB5AD

RGB

 RED value IS 205 (80.47% from 255) = 36.67%

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

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

R = 36.67%
G = 32.38%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CDB5AD (or 0xCDB5AD) is known color: Clam Shell. HEX triplet: CD, B5 and AD. RGB value is (205,181,173). Sum of RGB (Red+Green+Blue) = 205+181+173=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 181 (71.09% from 255 or 32.38% from 559); Blue value is 173 (67.97% from 255 or 30.95% from 559); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB5AD is #324A52. Grayscale: #BBBBBB. Windows color (decimal): -3295827 or 11384269. OLE color: 11384269.

HSL color Cylindrical-coordinate representation of color #CDB5AD: hue angle of 15º 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 #CDB5AD is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 181 173 -
CMYK 0 0.12 0.16 0.20
HSL 15º 0.24% 0.74% -
HSV(B) 15º 0.16% 0.8% -
XYZ 49.24 49.04 46.41 -
YUV 187.26 119.95 140.65 -
System Red Green Blue C M Y K H S L
Decimal 205 181 173 0 0.12 0.16 0.20 15 0.24 0.74
Hex CD B5 AD 0 C 10 14 F 18 4A
Octal 315 265 255 0 14 20 24 17 30 112
Binary 11001101 10110101 10101101 0 1100 10000 10100 1111 11000 1001010

Color Harmonies of #CDB5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB5AD

Black with #CDB5AD

Text Example


Text Example

White with #CDB5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB5AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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