#CBB989

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

Shades of Yuma #CBB989

Tints of Yuma #CBB989

Color information

#CBB989 (or 0xCBB989) is unknown color: approx Yuma. HEX triplet: CB, B9 and 89. RGB value is (203,185,137). Sum of RGB (Red+Green+Blue) = 203+185+137=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 137 (53.91% from 255 or 26.10% from 525); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB989 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB989 is #344676. Grayscale: #B9B9B9. Windows color (decimal): -3425911 or 9025995. OLE color: 9025995.

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

Color convert

RGB203185137-
CMYK00.090.330.20
HSL43.64º38.82%66.67%-
HSV(B)43.64º32.51%79.61%-
XYZ46.4949.230.71-
YUV184.91100.96140.9-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.67%
GREEN value IS 185 (72.66% from 255) = 35.24%
BLUE value IS 137 (53.91% from 255) = 26.10%
R=38.67%
G=35.24%
B=26.10%

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
Decimal20318513700.090.330.2043.6438.8266.67
HexCBB9890921142c2743
Octal31327121101141245447103
Binary11001011101110011000100101001100001101001011001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB989; }

 p { color: rgb(203,185,137); }

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

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

 a { background-color: rgb(203,185,137); }

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

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

 span { border-color: rgb(203,185,137); }

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