#CCB686

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

Shades of Yuma #CCB686

Tints of Yuma #CCB686

Color information

#CCB686 (or 0xCCB686) is unknown color: approx Yuma. HEX triplet: CC, B6 and 86. RGB value is (204,182,134). Sum of RGB (Red+Green+Blue) = 204+182+134=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 182 (71.48% from 255 or 35% from 520); Blue value is 134 (52.73% from 255 or 25.77% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB686 is #334979. Grayscale: #B7B7B7. Windows color (decimal): -3361146 or 8828620. OLE color: 8828620.

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

Color convert

RGB204182134-
CMYK00.110.340.2
HSL41.14º40.7%66.27%-
HSV(B)41.14º34.31%80%-
XYZ45.9348.0129.4-
YUV183.11100.29142.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.23%
GREEN value IS 182 (71.48% from 255) = 35%
BLUE value IS 134 (52.73% from 255) = 25.77%
R=39.23%
G=35%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418213400.110.340.241.1440.766.27
HexCCB6860B2214292942
Octal31426620601342245151102
Binary11001100101101101000011001011100010101001010011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB686; }

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

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

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

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

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

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

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

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