#CFBC7A

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

Shades of Yuma #CFBC7A

Tints of Yuma #CFBC7A

Color information

#CFBC7A (or 0xCFBC7A) is unknown color: approx Yuma. HEX triplet: CF, BC and 7A. RGB value is (207,188,122). Sum of RGB (Red+Green+Blue) = 207+188+122=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 122 (48.05% from 255 or 23.60% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBC7A is #304385. Grayscale: #BABABA. Windows color (decimal): -3163014 or 8043727. OLE color: 8043727.

HSL color Cylindrical-coordinate representation of color #CFBC7A: hue angle of 46.59º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFBC7A is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB207188122-
CMYK00.090.410.19
HSL46.59º46.96%64.51%-
HSV(B)46.59º41.06%81.18%-
XYZ47.2350.6425.7-
YUV186.1691.79142.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.04%
GREEN value IS 188 (73.83% from 255) = 36.36%
BLUE value IS 122 (48.05% from 255) = 23.60%
R=40.04%
G=36.36%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718812200.090.410.1946.5946.9664.51
HexCFBC7A0929132f2f41
Octal31727417201151235757101
Binary1100111110111100111101001001101001100111011111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBC7A; }

 p { color: rgb(207,188,122); }

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

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

 a { background-color: rgb(207,188,122); }

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

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

 span { border-color: rgb(207,188,122); }

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