#CCB685

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

Shades of Yuma #CCB685

Tints of Yuma #CCB685

Color information

#CCB685 (or 0xCCB685) is unknown color: approx Yuma. HEX triplet: CC, B6 and 85. RGB value is (204,182,133). Sum of RGB (Red+Green+Blue) = 204+182+133=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 182 (71.48% from 255 or 35.07% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB685 is #33497A. Grayscale: #B7B7B7. Windows color (decimal): -3361147 or 8763084. OLE color: 8763084.

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

Color convert

RGB204182133-
CMYK00.110.350.2
HSL41.41º41.04%66.08%-
HSV(B)41.41º34.8%80%-
XYZ45.8647.9929.04-
YUV182.9999.79142.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.31%
GREEN value IS 182 (71.48% from 255) = 35.07%
BLUE value IS 133 (52.34% from 255) = 25.63%
R=39.31%
G=35.07%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418213300.110.350.241.4141.0466.08
HexCCB6850B2314292942
Octal31426620501343245151102
Binary11001100101101101000010101011100011101001010011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB685; }

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

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

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

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

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

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

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

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