Html Css Color HEX #CFB2AB Clam Shell

📋 copy color: '#CFB2AB'

red 207 ◦ green 178 ◦ blue 171

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

Shades of Clam Shell #CFB2AB

Tints of Clam Shell #CFB2AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.76%

R = 37.23%
G = 32.01%
B = 30.76%

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

#CFB2AB (or 0xCFB2AB) is known color: Clam Shell. HEX triplet: CF, B2 and AB. RGB value is (207,178,171). Sum of RGB (Red+Green+Blue) = 207+178+171=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 178 (69.92% from 255 or 32.01% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB2AB is #304D54. Grayscale: #B9B9B9. Windows color (decimal): -3165525 or 11252431. OLE color: 11252431.

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

Color convert

RGB 207 178 171 -
CMYK 0 0.14 0.17 0.19
HSL 11.67º 0.27% 0.74% -
HSV(B) 11.67º 0.17% 0.81% -
XYZ 49 48.05 45.22 -
YUV 185.87 119.61 143.07 -
System Red Green Blue C M Y K H S L
Decimal 207 178 171 0 0.14 0.17 0.19 11.67 0.27 0.74
Hex CF B2 AB 0 E 11 13 C 1B 4A
Octal 317 262 253 0 16 21 23 14 33 112
Binary 11001111 10110010 10101011 0 1110 10001 10011 1100 11011 1001010

Color Harmonies of #CFB2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB2AB

Black with #CFB2AB

Text Example


Text Example

White with #CFB2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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