#C4BC7A

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

Shades of Yuma #C4BC7A

Tints of Yuma #C4BC7A

Color information

#C4BC7A (or 0xC4BC7A) is unknown color: approx Yuma. HEX triplet: C4, BC and 7A. RGB value is (196,188,122). Sum of RGB (Red+Green+Blue) = 196+188+122=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BC7A is #3B4385. Grayscale: #B7B7B7. Windows color (decimal): -3883910 or 8043716. OLE color: 8043716.

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

Color convert

RGB196188122-
CMYK00.040.380.23
HSL53.51º38.54%62.35%-
HSV(B)53.51º37.76%76.86%-
XYZ44.2649.1125.56-
YUV182.8793.65137.37-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.74%
GREEN value IS 188 (73.83% from 255) = 37.15%
BLUE value IS 122 (48.05% from 255) = 24.11%
R=38.74%
G=37.15%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618812200.040.380.2353.5138.5462.35
HexC4BC7A04261736273e
Octal304274172044627664776
Binary11000100101111001111010010010011010111110110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BC7A; }

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

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

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

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

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

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

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

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