#C4BC80

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

Shades of Yuma #C4BC80

Tints of Yuma #C4BC80

Color information

#C4BC80 (or 0xC4BC80) is unknown color: approx Yuma. HEX triplet: C4, BC and 80. RGB value is (196,188,128). Sum of RGB (Red+Green+Blue) = 196+188+128=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BC80 is #3B437F. Grayscale: #B7B7B7. Windows color (decimal): -3883904 or 8436932. OLE color: 8436932.

HSL color Cylindrical-coordinate representation of color #C4BC80: hue angle of 52.94º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C4BC80 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB196188128-
CMYK00.040.350.23
HSL52.94º36.56%63.53%-
HSV(B)52.94º34.69%76.86%-
XYZ44.6449.2627.58-
YUV183.5596.65136.88-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.28%
GREEN value IS 188 (73.83% from 255) = 36.72%
BLUE value IS 128 (50.39% from 255) = 25%
R=38.28%
G=36.72%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618812800.040.350.2352.9436.5663.53
HexC4BC80042317352540
Octal3042742000443276545100
Binary1100010010111100100000000100100011101111101011001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BC80; }

 p { color: rgb(196,188,128); }

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

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

 a { background-color: rgb(196,188,128); }

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

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

 span { border-color: rgb(196,188,128); }

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