#CCBA7C

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

Shades of Yuma #CCBA7C

Tints of Yuma #CCBA7C

Color information

#CCBA7C (or 0xCCBA7C) is unknown color: approx Yuma. HEX triplet: CC, BA and 7C. RGB value is (204,186,124). Sum of RGB (Red+Green+Blue) = 204+186+124=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 124 (48.83% from 255 or 24.12% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBA7C is #334583. Grayscale: #B8B8B8. Windows color (decimal): -3360132 or 8174284. OLE color: 8174284.

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

Color convert

RGB204186124-
CMYK00.090.390.2
HSL46.5º43.96%64.31%-
HSV(B)46.5º39.22%80%-
XYZ46.149.4126.18-
YUV184.3193.96142.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.69%
GREEN value IS 186 (73.05% from 255) = 36.19%
BLUE value IS 124 (48.83% from 255) = 24.12%
R=39.69%
G=36.19%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418612400.090.390.246.543.9664.31
HexCCBA7C0927142e2c40
Octal31427217401147245654100
Binary1100110010111010111110001001100111101001011101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBA7C; }

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

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

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

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

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

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

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

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