#CFB985

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

Shades of Yuma #CFB985

Tints of Yuma #CFB985

Color information

#CFB985 (or 0xCFB985) is unknown color: approx Yuma. HEX triplet: CF, B9 and 85. RGB value is (207,185,133). Sum of RGB (Red+Green+Blue) = 207+185+133=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 133 (52.34% from 255 or 25.33% from 525); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB985 is #30467A. Grayscale: #B9B9B9. Windows color (decimal): -3163771 or 8763855. OLE color: 8763855.

HSL color Cylindrical-coordinate representation of color #CFB985: hue angle of 42.16º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFB985 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB207185133-
CMYK00.110.360.19
HSL42.16º43.53%66.67%-
HSV(B)42.16º35.75%81.18%-
XYZ47.3149.6629.28-
YUV185.6598.29143.23-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.43%
GREEN value IS 185 (72.66% from 255) = 35.24%
BLUE value IS 133 (52.34% from 255) = 25.33%
R=39.43%
G=35.24%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718513300.110.360.1942.1643.5366.67
HexCFB9850B24132a2c43
Octal31727120501344235254103
Binary11001111101110011000010101011100100100111010101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB985; }

 p { color: rgb(207,185,133); }

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

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

 a { background-color: rgb(207,185,133); }

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

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

 span { border-color: rgb(207,185,133); }

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