#CFB680

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

Shades of Yuma #CFB680

Tints of Yuma #CFB680

Color information

#CFB680 (or 0xCFB680) is unknown color: approx Yuma. HEX triplet: CF, B6 and 80. RGB value is (207,182,128). Sum of RGB (Red+Green+Blue) = 207+182+128=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 182 (71.48% from 255 or 35.20% from 517); Blue value is 128 (50.39% from 255 or 24.76% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB680 is #30497F. Grayscale: #B7B7B7. Windows color (decimal): -3164544 or 8435407. OLE color: 8435407.

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

Color convert

RGB207182128-
CMYK00.120.380.19
HSL41.01º45.14%65.69%-
HSV(B)41.01º38.16%81.18%-
XYZ46.3648.2827.3-
YUV183.3296.78144.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.04%
GREEN value IS 182 (71.48% from 255) = 35.20%
BLUE value IS 128 (50.39% from 255) = 24.76%
R=40.04%
G=35.20%
B=24.76%

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
Decimal20718212800.120.380.1941.0145.1465.69
HexCFB6800C2613292d42
Octal31726620001446235155102
Binary11001111101101101000000001100100110100111010011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB680; }

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

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

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

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

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

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

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

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