#C1BA7D

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

Shades of Yuma #C1BA7D

Tints of Yuma #C1BA7D

Color information

#C1BA7D (or 0xC1BA7D) is unknown color: approx Yuma. HEX triplet: C1, BA and 7D. RGB value is (193,186,125). Sum of RGB (Red+Green+Blue) = 193+186+125=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BA7D is #3E4582. Grayscale: #B5B5B5. Windows color (decimal): -4081027 or 8239809. OLE color: 8239809.

HSL color Cylindrical-coordinate representation of color #C1BA7D: hue angle of 53.82º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C1BA7D is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB193186125-
CMYK00.040.350.24
HSL53.82º35.42%62.35%-
HSV(B)53.82º35.23%75.69%-
XYZ43.2547.9426.37-
YUV181.1496.32136.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.29%
GREEN value IS 186 (73.05% from 255) = 36.90%
BLUE value IS 125 (49.22% from 255) = 24.80%
R=38.29%
G=36.90%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318612500.040.350.2453.8235.4262.35
HexC1BA7D04231836233e
Octal301272175044330664376
Binary11000001101110101111101010010001111000110110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BA7D; }

 p { color: rgb(193,186,125); }

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

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

 a { background-color: rgb(193,186,125); }

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

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

 span { border-color: rgb(193,186,125); }

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