#CCBA73

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

Shades of Yuma #CCBA73

Tints of Yuma #CCBA73

Color information

#CCBA73 (or 0xCCBA73) is unknown color: approx Yuma. HEX triplet: CC, BA and 73. RGB value is (204,186,115). Sum of RGB (Red+Green+Blue) = 204+186+115=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 115 (45.31% from 255 or 22.77% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBA73 is #33458C. Grayscale: #B7B7B7. Windows color (decimal): -3360141 or 7584460. OLE color: 7584460.

HSL color Cylindrical-coordinate representation of color #CCBA73: hue angle of 47.87º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCBA73 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB204186115-
CMYK00.090.440.2
HSL47.87º46.6%62.55%-
HSV(B)47.87º43.63%80%-
XYZ45.5649.1923.31-
YUV183.2989.46142.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.40%
GREEN value IS 186 (73.05% from 255) = 36.83%
BLUE value IS 115 (45.31% from 255) = 22.77%
R=40.40%
G=36.83%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418611500.090.440.247.8746.662.55
HexCCBA73092C14302f3f
Octal3142721630115424605777
Binary110011001011101011100110100110110010100110000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBA73; }

 p { color: rgb(204,186,115); }

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

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

 a { background-color: rgb(204,186,115); }

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

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

 span { border-color: rgb(204,186,115); }

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