#CBBD82

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

Shades of Yuma #CBBD82

Tints of Yuma #CBBD82

Color information

#CBBD82 (or 0xCBBD82) is unknown color: approx Yuma. HEX triplet: CB, BD and 82. RGB value is (203,189,130). Sum of RGB (Red+Green+Blue) = 203+189+130=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 130 (51.17% from 255 or 24.90% from 522); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBD82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBD82 is #34427D. Grayscale: #BABABA. Windows color (decimal): -3424894 or 8568267. OLE color: 8568267.

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

Color convert

RGB203189130-
CMYK00.070.360.20
HSL48.49º41.24%65.29%-
HSV(B)48.49º35.96%79.61%-
XYZ46.8650.728.44-
YUV186.4696.14139.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.89%
GREEN value IS 189 (74.22% from 255) = 36.21%
BLUE value IS 130 (51.17% from 255) = 24.90%
R=38.89%
G=36.21%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318913000.070.360.2048.4941.2465.29
HexCBBD82072414302941
Octal3132752020744246051101
Binary1100101110111101100000100111100100101001100001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBD82; }

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

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

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

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

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

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

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

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