#CBBB7D

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

Shades of Yuma #CBBB7D

Tints of Yuma #CBBB7D

Color information

#CBBB7D (or 0xCBBB7D) is unknown color: approx Yuma. HEX triplet: CB, BB and 7D. RGB value is (203,187,125). Sum of RGB (Red+Green+Blue) = 203+187+125=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBB7D is #344482. Grayscale: #B8B8B8. Windows color (decimal): -3425411 or 8240075. OLE color: 8240075.

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

Color convert

RGB203187125-
CMYK00.080.380.20
HSL47.69º42.86%64.31%-
HSV(B)47.69º38.42%79.61%-
XYZ46.149.7226.57-
YUV184.7294.3141.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.42%
GREEN value IS 187 (73.44% from 255) = 36.31%
BLUE value IS 125 (49.22% from 255) = 24.27%
R=39.42%
G=36.31%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318712500.080.380.2047.6942.8664.31
HexCBBB7D082614302b40
Octal31327317501046246053100
Binary1100101110111011111110101000100110101001100001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBB7D; }

 p { color: rgb(203,187,125); }

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

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

 a { background-color: rgb(203,187,125); }

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

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

 span { border-color: rgb(203,187,125); }

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