#CBB87E

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

Shades of Yuma #CBB87E

Tints of Yuma #CBB87E

Color information

#CBB87E (or 0xCBB87E) is unknown color: approx Yuma. HEX triplet: CB, B8 and 7E. RGB value is (203,184,126). Sum of RGB (Red+Green+Blue) = 203+184+126=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 126 (49.61% from 255 or 24.56% from 513); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB87E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB87E is #344781. Grayscale: #B7B7B7. Windows color (decimal): -3426178 or 8304843. OLE color: 8304843.

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

Color convert

RGB203184126-
CMYK00.090.380.20
HSL45.19º42.54%64.51%-
HSV(B)45.19º37.93%79.61%-
XYZ45.5348.4826.7-
YUV183.0795.79142.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.57%
GREEN value IS 184 (72.27% from 255) = 35.87%
BLUE value IS 126 (49.61% from 255) = 24.56%
R=39.57%
G=35.87%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318412600.090.380.2045.1942.5464.51
HexCBB87E0926142d2b41
Octal31327017601146245553101
Binary1100101110111000111111001001100110101001011011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB87E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB87E; }

 p { color: rgb(203,184,126); }

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

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

 a { background-color: rgb(203,184,126); }

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

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

 span { border-color: rgb(203,184,126); }

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