#CCBB7C

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

Shades of Yuma #CCBB7C

Tints of Yuma #CCBB7C

Color information

#CCBB7C (or 0xCCBB7C) is unknown color: approx Yuma. HEX triplet: CC, BB and 7C. RGB value is (204,187,124). Sum of RGB (Red+Green+Blue) = 204+187+124=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 124 (48.83% from 255 or 24.08% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBB7C is #334483. Grayscale: #B9B9B9. Windows color (decimal): -3359876 or 8174540. OLE color: 8174540.

HSL color Cylindrical-coordinate representation of color #CCBB7C: hue angle of 47.25º 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 #CCBB7C is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.2.

Color convert

RGB204187124-
CMYK00.080.390.2
HSL47.25º43.96%64.31%-
HSV(B)47.25º39.22%80%-
XYZ46.3149.8326.25-
YUV184.993.63141.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.61%
GREEN value IS 187 (73.44% from 255) = 36.31%
BLUE value IS 124 (48.83% from 255) = 24.08%
R=39.61%
G=36.31%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418712400.080.390.247.2543.9664.31
HexCCBB7C0827142f2c40
Octal31427317401047245754100
Binary1100110010111011111110001000100111101001011111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBB7C; }

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

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

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

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

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

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

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

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