#C4BC85

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

Shades of Yuma #C4BC85

Tints of Yuma #C4BC85

Color information

#C4BC85 (or 0xC4BC85) is unknown color: approx Yuma. HEX triplet: C4, BC and 85. RGB value is (196,188,133). Sum of RGB (Red+Green+Blue) = 196+188+133=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 133 (52.34% from 255 or 25.73% from 517); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BC85 is #3B437A. Grayscale: #B8B8B8. Windows color (decimal): -3883899 or 8764612. OLE color: 8764612.

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

Color convert

RGB196188133-
CMYK00.040.320.23
HSL52.38º34.81%64.51%-
HSV(B)52.38º32.14%76.86%-
XYZ44.9849.429.35-
YUV184.1299.15136.47-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.91%
GREEN value IS 188 (73.83% from 255) = 36.36%
BLUE value IS 133 (52.34% from 255) = 25.73%
R=37.91%
G=36.36%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618813300.040.320.2352.3834.8164.51
HexC4BC85042017342341
Octal3042742050440276443101
Binary1100010010111100100001010100100000101111101001000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BC85; }

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

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

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

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

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

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

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

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