#CCBC79

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

Shades of Yuma #CCBC79

Tints of Yuma #CCBC79

Color information

#CCBC79 (or 0xCCBC79) is unknown color: approx Yuma. HEX triplet: CC, BC and 79. RGB value is (204,188,121). Sum of RGB (Red+Green+Blue) = 204+188+121=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 121 (47.66% from 255 or 23.59% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBC79 is #334386. Grayscale: #B9B9B9. Windows color (decimal): -3359623 or 7978188. OLE color: 7978188.

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

Color convert

RGB204188121-
CMYK00.080.410.2
HSL48.43º44.86%63.73%-
HSV(B)48.43º40.69%80%-
XYZ46.3450.1825.33-
YUV185.1591.8141.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.77%
GREEN value IS 188 (73.83% from 255) = 36.65%
BLUE value IS 121 (47.66% from 255) = 23.59%
R=39.77%
G=36.65%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418812100.080.410.248.4344.8663.73
HexCCBC79082914302d40
Octal31427417101051246055100
Binary1100110010111100111100101000101001101001100001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBC79; }

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

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

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

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

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

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

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

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