#CBB98E

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

Shades of Yuma #CBB98E

Tints of Yuma #CBB98E

Color information

#CBB98E (or 0xCBB98E) is unknown color: approx Yuma. HEX triplet: CB, B9 and 8E. RGB value is (203,185,142). Sum of RGB (Red+Green+Blue) = 203+185+142=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 142 (55.86% from 255 or 26.79% from 530); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB98E is #344671. Grayscale: #B9B9B9. Windows color (decimal): -3425906 or 9353675. OLE color: 9353675.

HSL color Cylindrical-coordinate representation of color #CBB98E: hue angle of 42.3º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBB98E is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB203185142-
CMYK00.090.300.20
HSL42.3º36.97%67.65%-
HSV(B)42.3º30.05%79.61%-
XYZ46.8649.3532.65-
YUV185.48103.46140.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.30%
GREEN value IS 185 (72.66% from 255) = 34.91%
BLUE value IS 142 (55.86% from 255) = 26.79%
R=38.30%
G=34.91%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318514200.090.300.2042.336.9767.65
HexCBB98E091E142a2544
Octal31327121601136245245104
Binary1100101110111001100011100100111110101001010101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB98E; }

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

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

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

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

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

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

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

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