#CCBB7D

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

Shades of Yuma #CCBB7D

Tints of Yuma #CCBB7D

Color information

#CCBB7D (or 0xCCBB7D) is unknown color: approx Yuma. HEX triplet: CC, BB and 7D. RGB value is (204,187,125). Sum of RGB (Red+Green+Blue) = 204+187+125=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBB7D is #334482. Grayscale: #B9B9B9. Windows color (decimal): -3359875 or 8240076. OLE color: 8240076.

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

Color convert

RGB204187125-
CMYK00.080.390.2
HSL47.09º43.65%64.51%-
HSV(B)47.09º38.73%80%-
XYZ46.3749.8626.58-
YUV185.0294.13141.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.53%
GREEN value IS 187 (73.44% from 255) = 36.24%
BLUE value IS 125 (49.22% from 255) = 24.22%
R=39.53%
G=36.24%
B=24.22%

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
Decimal20418712500.080.390.247.0943.6564.51
HexCCBB7D0827142f2c41
Octal31427317501047245754101
Binary1100110010111011111110101000100111101001011111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBB7D; }

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

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

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

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

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

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

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

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