#CFB681

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

Shades of Yuma #CFB681

Tints of Yuma #CFB681

Color information

#CFB681 (or 0xCFB681) is unknown color: approx Yuma. HEX triplet: CF, B6 and 81. RGB value is (207,182,129). Sum of RGB (Red+Green+Blue) = 207+182+129=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 182 (71.48% from 255 or 35.14% from 518); Blue value is 129 (50.78% from 255 or 24.90% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB681 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB681 is #30497E. Grayscale: #B7B7B7. Windows color (decimal): -3164543 or 8500943. OLE color: 8500943.

HSL color Cylindrical-coordinate representation of color #CFB681: hue angle of 40.77º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFB681 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB207182129-
CMYK00.120.380.19
HSL40.77º44.83%65.88%-
HSV(B)40.77º37.68%81.18%-
XYZ46.4248.3127.65-
YUV183.4397.28144.81-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.96%
GREEN value IS 182 (71.48% from 255) = 35.14%
BLUE value IS 129 (50.78% from 255) = 24.90%
R=39.96%
G=35.14%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718212900.120.380.1940.7744.8365.88
HexCFB6810C2613292d42
Octal31726620101446235155102
Binary11001111101101101000000101100100110100111010011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB681; }

 p { color: rgb(207,182,129); }

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

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

 a { background-color: rgb(207,182,129); }

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

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

 span { border-color: rgb(207,182,129); }

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