#CFB682

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

Shades of Yuma #CFB682

Tints of Yuma #CFB682

Color information

#CFB682 (or 0xCFB682) is unknown color: approx Yuma. HEX triplet: CF, B6 and 82. RGB value is (207,182,130). Sum of RGB (Red+Green+Blue) = 207+182+130=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 182 (71.48% from 255 or 35.07% from 519); Blue value is 130 (51.17% from 255 or 25.05% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB682 is #30497D. Grayscale: #B7B7B7. Windows color (decimal): -3164542 or 8566479. OLE color: 8566479.

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

Color convert

RGB207182130-
CMYK00.120.370.19
HSL40.52º44.51%66.08%-
HSV(B)40.52º37.2%81.18%-
XYZ46.4948.3328-
YUV183.5597.78144.73-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.88%
GREEN value IS 182 (71.48% from 255) = 35.07%
BLUE value IS 130 (51.17% from 255) = 25.05%
R=39.88%
G=35.07%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718213000.120.370.1940.5244.5166.08
HexCFB6820C2513292d42
Octal31726620201445235155102
Binary11001111101101101000001001100100101100111010011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB682; }

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

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

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

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

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

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

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

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