#CCB584

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

Shades of Yuma #CCB584

Tints of Yuma #CCB584

Color information

#CCB584 (or 0xCCB584) is unknown color: approx Yuma. HEX triplet: CC, B5 and 84. RGB value is (204,181,132). Sum of RGB (Red+Green+Blue) = 204+181+132=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 181 (71.09% from 255 or 35.01% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB584 is #334A7B. Grayscale: #B6B6B6. Windows color (decimal): -3361404 or 8697292. OLE color: 8697292.

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

Color convert

RGB204181132-
CMYK00.110.350.2
HSL40.83º41.38%65.88%-
HSV(B)40.83º35.29%80%-
XYZ45.5947.5528.61-
YUV182.2999.62143.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.46%
GREEN value IS 181 (71.09% from 255) = 35.01%
BLUE value IS 132 (51.95% from 255) = 25.53%
R=39.46%
G=35.01%
B=25.53%

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
Decimal20418113200.110.350.240.8341.3865.88
HexCCB5840B2314292942
Octal31426520401343245151102
Binary11001100101101011000010001011100011101001010011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB584; }

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

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

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

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

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

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

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

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