#CBB888

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

Shades of Yuma #CBB888

Tints of Yuma #CBB888

Color information

#CBB888 (or 0xCBB888) is unknown color: approx Yuma. HEX triplet: CB, B8 and 88. RGB value is (203,184,136). Sum of RGB (Red+Green+Blue) = 203+184+136=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 136 (53.52% from 255 or 26.00% from 523); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB888 is #344777. Grayscale: #B8B8B8. Windows color (decimal): -3426168 or 8960203. OLE color: 8960203.

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

Color convert

RGB203184136-
CMYK00.090.330.20
HSL42.99º39.18%66.47%-
HSV(B)42.99º33%79.61%-
XYZ46.2148.7630.27-
YUV184.21100.79141.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.81%
GREEN value IS 184 (72.27% from 255) = 35.18%
BLUE value IS 136 (53.52% from 255) = 26.00%
R=38.81%
G=35.18%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318413600.090.330.2042.9939.1866.47
HexCBB8880921142b2742
Octal31327021001141245347102
Binary11001011101110001000100001001100001101001010111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB888; }

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

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

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

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

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

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

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

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