#CFB780

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

Shades of Yuma #CFB780

Tints of Yuma #CFB780

Color information

#CFB780 (or 0xCFB780) is unknown color: approx Yuma. HEX triplet: CF, B7 and 80. RGB value is (207,183,128). Sum of RGB (Red+Green+Blue) = 207+183+128=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 128 (50.39% from 255 or 24.71% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB780 is #30487F. Grayscale: #B8B8B8. Windows color (decimal): -3164288 or 8435663. OLE color: 8435663.

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

Color convert

RGB207183128-
CMYK00.120.380.19
HSL41.77º45.14%65.69%-
HSV(B)41.77º38.16%81.18%-
XYZ46.5648.6927.37-
YUV183.9196.45144.47-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.96%
GREEN value IS 183 (71.88% from 255) = 35.33%
BLUE value IS 128 (50.39% from 255) = 24.71%
R=39.96%
G=35.33%
B=24.71%

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
Decimal20718312800.120.380.1941.7745.1465.69
HexCFB7800C26132a2d42
Octal31726720001446235255102
Binary11001111101101111000000001100100110100111010101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB780; }

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

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

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

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

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

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

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

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