Html Css Color HEX #CFB5AD Clam Shell

📋 copy color: '#CFB5AD'

red 207 ◦ green 181 ◦ blue 173

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

Shades of Clam Shell #CFB5AD

Tints of Clam Shell #CFB5AD

RGB

 RED value IS 207 (81.25% from 255) = 36.9%

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

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

R = 36.9%
G = 32.26%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CFB5AD (or 0xCFB5AD) is known color: Clam Shell. HEX triplet: CF, B5 and AD. RGB value is (207,181,173). Sum of RGB (Red+Green+Blue) = 207+181+173=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 181 (71.09% from 255 or 32.26% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB5AD is #304A52. Grayscale: #BBBBBB. Windows color (decimal): -3164755 or 11384271. OLE color: 11384271.

HSL color Cylindrical-coordinate representation of color #CFB5AD: hue angle of 14.12º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFB5AD is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 181 173 -
CMYK 0 0.13 0.16 0.19
HSL 14.12º 0.26% 0.75% -
HSV(B) 14.12º 0.16% 0.81% -
XYZ 49.8 49.33 46.43 -
YUV 187.86 119.61 141.65 -
System Red Green Blue C M Y K H S L
Decimal 207 181 173 0 0.13 0.16 0.19 14.12 0.26 0.75
Hex CF B5 AD 0 D 10 13 E 1A 4B
Octal 317 265 255 0 15 20 23 16 32 113
Binary 11001111 10110101 10101101 0 1101 10000 10011 1110 11010 1001011

Color Harmonies of #CFB5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB5AD

Black with #CFB5AD

Text Example


Text Example

White with #CFB5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB5AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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