#CCB579

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

Shades of Yuma #CCB579

Tints of Yuma #CCB579

Color information

#CCB579 (or 0xCCB579) is unknown color: approx Yuma. HEX triplet: CC, B5 and 79. RGB value is (204,181,121). Sum of RGB (Red+Green+Blue) = 204+181+121=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 181 (71.09% from 255 or 35.77% from 506); Blue value is 121 (47.66% from 255 or 23.91% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB579 is #334A86. Grayscale: #B5B5B5. Windows color (decimal): -3361415 or 7976396. OLE color: 7976396.

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

Color convert

RGB204181121-
CMYK00.110.410.2
HSL43.37º44.86%63.73%-
HSV(B)43.37º40.69%80%-
XYZ44.8847.2724.85-
YUV181.0494.12144.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.32%
GREEN value IS 181 (71.09% from 255) = 35.77%
BLUE value IS 121 (47.66% from 255) = 23.91%
R=40.32%
G=35.77%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418112100.110.410.243.3744.8663.73
HexCCB5790B29142b2d40
Octal31426517101351245355100
Binary1100110010110101111100101011101001101001010111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB579; }

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

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

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

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

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

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

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

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