Html Css Color HEX #CFB4AD Clam Shell

📋 copy color: '#CFB4AD'

red 207 ◦ green 180 ◦ blue 173

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

Shades of Clam Shell #CFB4AD

Tints of Clam Shell #CFB4AD

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.14%

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

R = 36.96%
G = 32.14%
B = 30.89%

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

#CFB4AD (or 0xCFB4AD) is known color: Clam Shell. HEX triplet: CF, B4 and AD. RGB value is (207,180,173). Sum of RGB (Red+Green+Blue) = 207+180+173=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 180 (70.70% from 255 or 32.14% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB4AD is #304B52. Grayscale: #BBBBBB. Windows color (decimal): -3165011 or 11384015. OLE color: 11384015.

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

Color convert

RGB 207 180 173 -
CMYK 0 0.13 0.16 0.19
HSL 12.35º 0.26% 0.75% -
HSV(B) 12.35º 0.16% 0.81% -
XYZ 49.6 48.93 46.36 -
YUV 187.28 119.95 142.07 -
System Red Green Blue C M Y K H S L
Decimal 207 180 173 0 0.13 0.16 0.19 12.35 0.26 0.75
Hex CF B4 AD 0 D 10 13 C 1A 4B
Octal 317 264 255 0 15 20 23 14 32 113
Binary 11001111 10110100 10101101 0 1101 10000 10011 1100 11010 1001011

Color Harmonies of #CFB4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB4AD

Black with #CFB4AD

Text Example


Text Example

White with #CFB4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB4AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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