#CCB585

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

Shades of Yuma #CCB585

Tints of Yuma #CCB585

Color information

#CCB585 (or 0xCCB585) is unknown color: approx Yuma. HEX triplet: CC, B5 and 85. RGB value is (204,181,133). Sum of RGB (Red+Green+Blue) = 204+181+133=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 181 (71.09% from 255 or 34.94% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB585 is #334A7A. Grayscale: #B6B6B6. Windows color (decimal): -3361403 or 8762828. OLE color: 8762828.

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

Color convert

RGB204181133-
CMYK00.110.350.2
HSL40.56º41.04%66.08%-
HSV(B)40.56º34.8%80%-
XYZ45.6647.5828.97-
YUV182.4100.12143.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.38%
GREEN value IS 181 (71.09% from 255) = 34.94%
BLUE value IS 133 (52.34% from 255) = 25.68%
R=39.38%
G=34.94%
B=25.68%

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
Decimal20418113300.110.350.240.5641.0466.08
HexCCB5850B2314292942
Octal31426520501343245151102
Binary11001100101101011000010101011100011101001010011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB585; }

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

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

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

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

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

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

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

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