#CCB886

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

Shades of Yuma #CCB886

Tints of Yuma #CCB886

Color information

#CCB886 (or 0xCCB886) is unknown color: approx Yuma. HEX triplet: CC, B8 and 86. RGB value is (204,184,134). Sum of RGB (Red+Green+Blue) = 204+184+134=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 134 (52.73% from 255 or 25.67% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB886 is #334779. Grayscale: #B8B8B8. Windows color (decimal): -3360634 or 8829132. OLE color: 8829132.

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

Color convert

RGB204184134-
CMYK00.100.340.2
HSL42.86º40.7%66.27%-
HSV(B)42.86º34.31%80%-
XYZ46.3548.8429.54-
YUV184.2899.63142.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.08%
GREEN value IS 184 (72.27% from 255) = 35.25%
BLUE value IS 134 (52.73% from 255) = 25.67%
R=39.08%
G=35.25%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418413400.100.340.242.8640.766.27
HexCCB8860A22142b2942
Octal31427020601242245351102
Binary11001100101110001000011001010100010101001010111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB886; }

 p { color: rgb(204,184,134); }

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

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

 a { background-color: rgb(204,184,134); }

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

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

 span { border-color: rgb(204,184,134); }

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