#CBB88B

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

Shades of Yuma #CBB88B

Tints of Yuma #CBB88B

Color information

#CBB88B (or 0xCBB88B) is unknown color: approx Yuma. HEX triplet: CB, B8 and 8B. RGB value is (203,184,139). Sum of RGB (Red+Green+Blue) = 203+184+139=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 184 (72.27% from 255 or 34.98% from 526); Blue value is 139 (54.69% from 255 or 26.43% from 526); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB88B is #344774. Grayscale: #B8B8B8. Windows color (decimal): -3426165 or 9156811. OLE color: 9156811.

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

Color convert

RGB203184139-
CMYK00.090.320.20
HSL42.19º38.1%67.06%-
HSV(B)42.19º31.53%79.61%-
XYZ46.4348.8431.41-
YUV184.55102.29141.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.59%
GREEN value IS 184 (72.27% from 255) = 34.98%
BLUE value IS 139 (54.69% from 255) = 26.43%
R=38.59%
G=34.98%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318413900.090.320.2042.1938.167.06
HexCBB88B0920142a2643
Octal31327021301140245246103
Binary11001011101110001000101101001100000101001010101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB88B; }

 p { color: rgb(203,184,139); }

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

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

 a { background-color: rgb(203,184,139); }

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

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

 span { border-color: rgb(203,184,139); }

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