#CBB782

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

Shades of Yuma #CBB782

Tints of Yuma #CBB782

Color information

#CBB782 (or 0xCBB782) is unknown color: approx Yuma. HEX triplet: CB, B7 and 82. RGB value is (203,183,130). Sum of RGB (Red+Green+Blue) = 203+183+130=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 183 (71.88% from 255 or 35.47% from 516); Blue value is 130 (51.17% from 255 or 25.19% from 516); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB782 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB782 is #34487D. Grayscale: #B7B7B7. Windows color (decimal): -3426430 or 8566731. OLE color: 8566731.

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

Color convert

RGB203183130-
CMYK00.100.360.20
HSL43.56º41.24%65.29%-
HSV(B)43.56º35.96%79.61%-
XYZ45.5948.1828.01-
YUV182.9498.13142.31-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.34%
GREEN value IS 183 (71.88% from 255) = 35.47%
BLUE value IS 130 (51.17% from 255) = 25.19%
R=39.34%
G=35.47%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318313000.100.360.2043.5641.2465.29
HexCBB7820A24142c2941
Octal31326720201244245451101
Binary11001011101101111000001001010100100101001011001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB782; }

 p { color: rgb(203,183,130); }

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

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

 a { background-color: rgb(203,183,130); }

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

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

 span { border-color: rgb(203,183,130); }

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