#CBB982

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

Shades of Yuma #CBB982

Tints of Yuma #CBB982

Color information

#CBB982 (or 0xCBB982) is unknown color: approx Yuma. HEX triplet: CB, B9 and 82. RGB value is (203,185,130). Sum of RGB (Red+Green+Blue) = 203+185+130=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 130 (51.17% from 255 or 25.10% from 518); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB982 is #34467D. Grayscale: #B8B8B8. Windows color (decimal): -3425918 or 8567243. OLE color: 8567243.

HSL color Cylindrical-coordinate representation of color #CBB982: hue angle of 45.21º 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 #CBB982 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB203185130-
CMYK00.090.360.20
HSL45.21º41.24%65.29%-
HSV(B)45.21º35.96%79.61%-
XYZ46.0149.0128.15-
YUV184.1197.46141.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.19%
GREEN value IS 185 (72.66% from 255) = 35.71%
BLUE value IS 130 (51.17% from 255) = 25.10%
R=39.19%
G=35.71%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318513000.090.360.2045.2141.2465.29
HexCBB9820924142d2941
Octal31327120201144245551101
Binary11001011101110011000001001001100100101001011011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB982; }

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

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

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

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

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

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

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

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