#cbbb71

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

Shades of Yuma #CBBB71

Tints of Yuma #CBBB71

Color information

#CBBB71 (or 0xCBBB71) is unknown color: approx Yuma. HEX triplet: CB, BB and 71. RGB value is (203,187,113). Sum of RGB (Red+Green+Blue) = 203+187+113=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 113 (44.53% from 255 or 22.47% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBB71 is #34448E. Grayscale: #B7B7B7. Windows color (decimal): -3425423 or 7453643. OLE color: 7453643.

HSL color Cylindrical-coordinate representation of color #CBBB71: hue angle of 49.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CBBB71 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB203187113-
CMYK00.080.440.20
HSL49.33º46.39%61.96%-
HSV(B)49.33º44.33%79.61%-
XYZ45.3849.4322.77-
YUV183.3588.3142.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.36%
GREEN value IS 187 (73.44% from 255) = 37.18%
BLUE value IS 113 (44.53% from 255) = 22.47%
R=40.36%
G=37.18%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318711300.080.440.2049.3346.3961.96
HexCBBB71082C14312e3e
Octal3132731610105424615676
Binary110010111011101111100010100010110010100110001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cbbb71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cbbb71; }

 p { color: rgb(203,187,113); }

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

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

 a { background-color: rgb(203,187,113); }

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

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

 span { border-color: rgb(203,187,113); }

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