#CBB973

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

Shades of Yuma #CBB973

Tints of Yuma #CBB973

Color information

#CBB973 (or 0xCBB973) is unknown color: approx Yuma. HEX triplet: CB, B9 and 73. RGB value is (203,185,115). Sum of RGB (Red+Green+Blue) = 203+185+115=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 115 (45.31% from 255 or 22.86% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB973 is #34468C. Grayscale: #B6B6B6. Windows color (decimal): -3425933 or 7584203. OLE color: 7584203.

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

Color convert

RGB203185115-
CMYK00.090.430.20
HSL47.73º45.83%62.35%-
HSV(B)47.73º43.35%79.61%-
XYZ45.0748.6323.23-
YUV182.489.96142.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.36%
GREEN value IS 185 (72.66% from 255) = 36.78%
BLUE value IS 115 (45.31% from 255) = 22.86%
R=40.36%
G=36.78%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318511500.090.430.2047.7345.8362.35
HexCBB973092B14302e3e
Octal3132711630115324605676
Binary110010111011100111100110100110101110100110000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB973; }

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

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

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

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

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

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

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

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