#CBB98D

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

Shades of Yuma #CBB98D

Tints of Yuma #CBB98D

Color information

#CBB98D (or 0xCBB98D) is unknown color: approx Yuma. HEX triplet: CB, B9 and 8D. RGB value is (203,185,141). Sum of RGB (Red+Green+Blue) = 203+185+141=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 141 (55.47% from 255 or 26.65% from 529); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB98D is #344672. Grayscale: #B9B9B9. Windows color (decimal): -3425907 or 9288139. OLE color: 9288139.

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

Color convert

RGB203185141-
CMYK00.090.310.20
HSL42.58º37.35%67.45%-
HSV(B)42.58º30.54%79.61%-
XYZ46.7949.3232.25-
YUV185.37102.96140.58-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.37%
GREEN value IS 185 (72.66% from 255) = 34.97%
BLUE value IS 141 (55.47% from 255) = 26.65%
R=38.37%
G=34.97%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318514100.090.310.2042.5837.3567.45
HexCBB98D091F142b2543
Octal31327121501137245345103
Binary1100101110111001100011010100111111101001010111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB98D; }

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

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

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

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

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

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

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

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