#CFAF8B

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

Shades of Tan #CFAF8B

Tints of Tan #CFAF8B

Color information

#CFAF8B (or 0xCFAF8B) is unknown color: approx Tan. HEX triplet: CF, AF and 8B. RGB value is (207,175,139). Sum of RGB (Red+Green+Blue) = 207+175+139=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAF8B is #305074. Grayscale: #B4B4B4. Windows color (decimal): -3166325 or 9154511. OLE color: 9154511.

HSL color Cylindrical-coordinate representation of color #CFAF8B: hue angle of 31.76º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFAF8B is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB207175139-
CMYK00.150.330.19
HSL31.76º41.46%67.84%-
HSV(B)31.76º32.85%81.18%-
XYZ45.7245.7930.85-
YUV180.46104.6146.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.73%
GREEN value IS 175 (68.75% from 255) = 33.59%
BLUE value IS 139 (54.69% from 255) = 26.68%
R=39.73%
G=33.59%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717513900.150.330.1931.7641.4667.84
HexCFAF8B0F2113202944
Octal31725721301741234051104
Binary11001111101011111000101101111100001100111000001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAF8B; }

 p { color: rgb(207,175,139); }

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

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

 a { background-color: rgb(207,175,139); }

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

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

 span { border-color: rgb(207,175,139); }

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