#CFBB74

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

Shades of Yuma #CFBB74

Tints of Yuma #CFBB74

Color information

#CFBB74 (or 0xCFBB74) is unknown color: approx Yuma. HEX triplet: CF, BB and 74. RGB value is (207,187,116). Sum of RGB (Red+Green+Blue) = 207+187+116=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 116 (45.70% from 255 or 22.75% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBB74 is #30448B. Grayscale: #B9B9B9. Windows color (decimal): -3163276 or 7650255. OLE color: 7650255.

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

Color convert

RGB207187116-
CMYK00.100.440.19
HSL46.81º48.66%63.33%-
HSV(B)46.81º43.96%81.18%-
XYZ46.6550.0723.73-
YUV184.8989.13143.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.59%
GREEN value IS 187 (73.44% from 255) = 36.67%
BLUE value IS 116 (45.70% from 255) = 22.75%
R=40.59%
G=36.67%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718711600.100.440.1946.8148.6663.33
HexCFBB740A2C132f313f
Octal3172731640125423576177
Binary110011111011101111101000101010110010011101111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBB74; }

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

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

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

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

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

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

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

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