#CBB687

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

Shades of Yuma #CBB687

Tints of Yuma #CBB687

Color information

#CBB687 (or 0xCBB687) is unknown color: approx Yuma. HEX triplet: CB, B6 and 87. RGB value is (203,182,135). Sum of RGB (Red+Green+Blue) = 203+182+135=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 182 (71.48% from 255 or 35% from 520); Blue value is 135 (53.12% from 255 or 25.96% from 520); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB687 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB687 is #344978. Grayscale: #B7B7B7. Windows color (decimal): -3426681 or 8894155. OLE color: 8894155.

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

Color convert

RGB203182135-
CMYK00.100.330.20
HSL41.47º39.53%66.27%-
HSV(B)41.47º33.5%79.61%-
XYZ45.7347.929.76-
YUV182.92100.96142.32-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.04%
GREEN value IS 182 (71.48% from 255) = 35%
BLUE value IS 135 (53.12% from 255) = 25.96%
R=39.04%
G=35%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318213500.100.330.2041.4739.5366.27
HexCBB6870A2114292842
Octal31326620701241245150102
Binary11001011101101101000011101010100001101001010011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB687; }

 p { color: rgb(203,182,135); }

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

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

 a { background-color: rgb(203,182,135); }

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

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

 span { border-color: rgb(203,182,135); }

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