#CBB88A

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

Shades of Yuma #CBB88A

Tints of Yuma #CBB88A

Color information

#CBB88A (or 0xCBB88A) is unknown color: approx Yuma. HEX triplet: CB, B8 and 8A. RGB value is (203,184,138). Sum of RGB (Red+Green+Blue) = 203+184+138=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 184 (72.27% from 255 or 35.05% from 525); Blue value is 138 (54.30% from 255 or 26.29% from 525); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB88A is #344775. Grayscale: #B8B8B8. Windows color (decimal): -3426166 or 9091275. OLE color: 9091275.

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

Color convert

RGB203184138-
CMYK00.090.320.20
HSL42.46º38.46%66.86%-
HSV(B)42.46º32.02%79.61%-
XYZ46.3648.8131.02-
YUV184.44101.79141.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.67%
GREEN value IS 184 (72.27% from 255) = 35.05%
BLUE value IS 138 (54.30% from 255) = 26.29%
R=38.67%
G=35.05%
B=26.29%

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
Decimal20318413800.090.320.2042.4638.4666.86
HexCBB88A0920142a2643
Octal31327021201140245246103
Binary11001011101110001000101001001100000101001010101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB88A; }

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

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

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

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

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

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

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

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