#CCB785

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

Shades of Yuma #CCB785

Tints of Yuma #CCB785

Color information

#CCB785 (or 0xCCB785) is unknown color: approx Yuma. HEX triplet: CC, B7 and 85. RGB value is (204,183,133). Sum of RGB (Red+Green+Blue) = 204+183+133=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 183 (71.88% from 255 or 35.19% from 520); Blue value is 133 (52.34% from 255 or 25.58% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB785 is #33487A. Grayscale: #B7B7B7. Windows color (decimal): -3360891 or 8763340. OLE color: 8763340.

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

Color convert

RGB204183133-
CMYK00.100.350.2
HSL42.25º41.04%66.08%-
HSV(B)42.25º34.8%80%-
XYZ46.0748.429.1-
YUV183.5899.46142.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.23%
GREEN value IS 183 (71.88% from 255) = 35.19%
BLUE value IS 133 (52.34% from 255) = 25.58%
R=39.23%
G=35.19%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418313300.100.350.242.2541.0466.08
HexCCB7850A23142a2942
Octal31426720501243245251102
Binary11001100101101111000010101010100011101001010101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB785; }

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

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

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

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

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

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

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

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