Html Css Color HEX #CFB2AC Clam Shell

📋 copy color: '#CFB2AC'

red 207 ◦ green 178 ◦ blue 172

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

Shades of Clam Shell #CFB2AC

Tints of Clam Shell #CFB2AC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.96%

 BLUE value IS 172 (67.58% from 255) = 30.88%

R = 37.16%
G = 31.96%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CFB2AC (or 0xCFB2AC) is known color: Clam Shell. HEX triplet: CF, B2 and AC. RGB value is (207,178,172). Sum of RGB (Red+Green+Blue) = 207+178+172=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 178 (69.92% from 255 or 31.96% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB2AC is #304D53. Grayscale: #BABABA. Windows color (decimal): -3165524 or 11317967. OLE color: 11317967.

HSL color Cylindrical-coordinate representation of color #CFB2AC: hue angle of 10.29º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFB2AC is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 178 172 -
CMYK 0 0.14 0.17 0.19
HSL 10.29º 0.27% 0.74% -
HSV(B) 10.29º 0.17% 0.81% -
XYZ 49.1 48.08 45.72 -
YUV 185.99 120.11 142.99 -
System Red Green Blue C M Y K H S L
Decimal 207 178 172 0 0.14 0.17 0.19 10.29 0.27 0.74
Hex CF B2 AC 0 E 11 13 A 1B 4A
Octal 317 262 254 0 16 21 23 12 33 112
Binary 11001111 10110010 10101100 0 1110 10001 10011 1010 11011 1001010

Color Harmonies of #CFB2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB2AC

Black with #CFB2AC

Text Example


Text Example

White with #CFB2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB2AC; }

 p { color: rgb(207,178,172); }

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

background-color css

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

 a { background-color: rgb(207,178,172); }

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

border-color css

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

 span { border-color: rgb(207,178,172); }

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