#cfba78

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

Shades of Yuma #CFBA78

Tints of Yuma #CFBA78

Color information

#CFBA78 (or 0xCFBA78) is unknown color: approx Yuma. HEX triplet: CF, BA and 78. RGB value is (207,186,120). Sum of RGB (Red+Green+Blue) = 207+186+120=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 120 (47.27% from 255 or 23.39% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBA78 is #304587. Grayscale: #B9B9B9. Windows color (decimal): -3163528 or 7912143. OLE color: 7912143.

HSL color Cylindrical-coordinate representation of color #CFBA78: hue angle of 45.52º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFBA78 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB207186120-
CMYK00.100.420.19
HSL45.52º47.54%64.12%-
HSV(B)45.52º42.03%81.18%-
XYZ46.6849.7424.91-
YUV184.7691.46143.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.35%
GREEN value IS 186 (73.05% from 255) = 36.26%
BLUE value IS 120 (47.27% from 255) = 23.39%
R=40.35%
G=36.26%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718612000.100.420.1945.5247.5464.12
HexCFBA780A2A132e3040
Octal31727217001252235660100
Binary1100111110111010111100001010101010100111011101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfba78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfba78; }

 p { color: rgb(207,186,120); }

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

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

 a { background-color: rgb(207,186,120); }

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

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

 span { border-color: rgb(207,186,120); }

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