#CFBB76

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

Shades of Yuma #CFBB76

Tints of Yuma #CFBB76

Color information

#CFBB76 (or 0xCFBB76) is unknown color: approx Yuma. HEX triplet: CF, BB and 76. RGB value is (207,187,118). Sum of RGB (Red+Green+Blue) = 207+187+118=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 118 (46.48% from 255 or 23.05% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBB76 is #304489. Grayscale: #B9B9B9. Windows color (decimal): -3163274 or 7781327. OLE color: 7781327.

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

Color convert

RGB207187118-
CMYK00.100.430.19
HSL46.52º48.11%63.73%-
HSV(B)46.52º43%81.18%-
XYZ46.7750.1124.35-
YUV185.1190.13143.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.43%
GREEN value IS 187 (73.44% from 255) = 36.52%
BLUE value IS 118 (46.48% from 255) = 23.05%
R=40.43%
G=36.52%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718711800.100.430.1946.5248.1163.73
HexCFBB760A2B132f3040
Octal31727316601253235760100
Binary1100111110111011111011001010101011100111011111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBB76; }

 p { color: rgb(207,187,118); }

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

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

 a { background-color: rgb(207,187,118); }

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

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

 span { border-color: rgb(207,187,118); }

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