#CBB985

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

Shades of Yuma #CBB985

Tints of Yuma #CBB985

Color information

#CBB985 (or 0xCBB985) is unknown color: approx Yuma. HEX triplet: CB, B9 and 85. RGB value is (203,185,133). Sum of RGB (Red+Green+Blue) = 203+185+133=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB985 is #34467A. Grayscale: #B8B8B8. Windows color (decimal): -3425915 or 8763851. OLE color: 8763851.

HSL color Cylindrical-coordinate representation of color #CBB985: hue angle of 44.57º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CBB985 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB203185133-
CMYK00.090.340.20
HSL44.57º40.23%65.88%-
HSV(B)44.57º34.48%79.61%-
XYZ46.2149.0929.23-
YUV184.4598.96141.23-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.96%
GREEN value IS 185 (72.66% from 255) = 35.51%
BLUE value IS 133 (52.34% from 255) = 25.53%
R=38.96%
G=35.51%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318513300.090.340.2044.5740.2365.88
HexCBB9850922142d2842
Octal31327120501142245550102
Binary11001011101110011000010101001100010101001011011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB985; }

 p { color: rgb(203,185,133); }

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

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

 a { background-color: rgb(203,185,133); }

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

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

 span { border-color: rgb(203,185,133); }

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