#CFB28F

Color #CFB28F Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tan #CFB28F

Tints of Tan #CFB28F

Color information

#CFB28F (or 0xCFB28F) is unknown color: approx Tan. HEX triplet: CF, B2 and 8F. RGB value is (207,178,143). Sum of RGB (Red+Green+Blue) = 207+178+143=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 178 (69.92% from 255 or 33.71% from 528); Blue value is 143 (56.25% from 255 or 27.08% from 528); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB28F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB28F is #304D70. Grayscale: #B6B6B6. Windows color (decimal): -3165553 or 9417423. OLE color: 9417423.

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

Color convert

RGB207178143-
CMYK00.140.310.19
HSL32.81º40%68.63%-
HSV(B)32.81º30.92%81.18%-
XYZ46.6147.0932.62-
YUV182.68105.61145.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.20%
GREEN value IS 178 (69.92% from 255) = 33.71%
BLUE value IS 143 (56.25% from 255) = 27.08%
R=39.20%
G=33.71%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717814300.140.310.1932.814068.63
HexCFB28F0E1F13212845
Octal31726221701637234150105
Binary1100111110110010100011110111011111100111000011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB28F; }

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

 H1.HeaderClassName
 {
   color: #CFB28F;
 }
 .AnyTagClassName
 {
   color: #CFB28F;
 }
</style>
background-color css

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

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

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

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

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

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