#CCB984

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

Shades of Yuma #CCB984

Tints of Yuma #CCB984

Color information

#CCB984 (or 0xCCB984) is unknown color: approx Yuma. HEX triplet: CC, B9 and 84. RGB value is (204,185,132). Sum of RGB (Red+Green+Blue) = 204+185+132=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 132 (51.95% from 255 or 25.34% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB984 is #33467B. Grayscale: #B8B8B8. Windows color (decimal): -3360380 or 8698316. OLE color: 8698316.

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

Color convert

RGB204185132-
CMYK00.090.350.2
HSL44.17º41.38%65.88%-
HSV(B)44.17º35.29%80%-
XYZ46.4249.228.88-
YUV184.6498.29141.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.16%
GREEN value IS 185 (72.66% from 255) = 35.51%
BLUE value IS 132 (51.95% from 255) = 25.34%
R=39.16%
G=35.51%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418513200.090.350.244.1741.3865.88
HexCCB9840923142c2942
Octal31427120401143245451102
Binary11001100101110011000010001001100011101001011001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB984; }

 p { color: rgb(204,185,132); }

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

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

 a { background-color: rgb(204,185,132); }

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

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

 span { border-color: rgb(204,185,132); }

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