#C1BA7A

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

Shades of Yuma #C1BA7A

Tints of Yuma #C1BA7A

Color information

#C1BA7A (or 0xC1BA7A) is unknown color: approx Yuma. HEX triplet: C1, BA and 7A. RGB value is (193,186,122). Sum of RGB (Red+Green+Blue) = 193+186+122=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 122 (48.05% from 255 or 24.35% from 501); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BA7A is #3E4585. Grayscale: #B5B5B5. Windows color (decimal): -4081030 or 8043201. OLE color: 8043201.

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

Color convert

RGB193186122-
CMYK00.040.370.24
HSL54.08º36.41%61.76%-
HSV(B)54.08º36.79%75.69%-
XYZ43.0647.8625.38-
YUV180.894.82136.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.52%
GREEN value IS 186 (73.05% from 255) = 37.13%
BLUE value IS 122 (48.05% from 255) = 24.35%
R=38.52%
G=37.13%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318612200.040.370.2454.0836.4161.76
HexC1BA7A04251836243e
Octal301272172044530664476
Binary11000001101110101111010010010010111000110110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BA7A; }

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

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

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

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

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

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

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

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